React Native Everywhere: a starter kit to target multiple platforms
By now you should be acquainted to React Native's motto: "Learn once, Write anywhere". While this is true, it's not always easy to properly setup a project that is ready to target multiple platforms at once. Amogh Banta is taking on this mission for us, with …
Read moreReact Native December 2016 (v0.40.0) released
v0.40.0 on GitHub (npm) This is the first release with the new monthly cadence, so 0.40 is known as December 2016. The next version will be 0.41 - January 2017, and will be released at the end of the month. Breaking Changes iOS native headers moved This …
Read moreReact Native v0.39.0-rc.0 released
v0.39.0-rc.0 on GitHub (npm) Breaking changes See this document for a complete list of breaking changes (three) and actions required. General Update RN shadow nodes to hold CSSNode instead of extending CSSNode (0df65bb) - @astreet Kill require('image!.. …
Read moreImplementing FoldView in React Native
UI Animations are somehow scary, do we all agree on this? Either you agree or not, luckily for all of us, there's people like Jake Murzy that take the time to not only write awesome libraries showing how to implement them, but more extraordinarily, writing ama …
Read moreReact Native v0.38.0-rc.0 released
v0.38.0-rc.0 on GitHub (npm) Breaking changes NativeModules IOS: Remove customDirectEventTypes (aa4428c) - @javache General Bugfixes Navigator - Fix wrong scene transformation after pop (f645389) - @sooth-sayer Prevent crash when accessing child count, …
Read more