React Native Package Manager

Oh, the joy of npm (@2 maybe?)! Something you're going to miss when handling Native projects. The struggle is so real that the OpenSource community had to fix it by itself (until now?). Now picture that sweet packaging sensation for your React Native iOS and

Read more

How to bridge a React Native View Component (for fun and gifs)

Unless you're willing to dig into how to bridge existing native code into React Native, you're just going to sit on a gold mine of Native Components. As soon as you're ready to, Jason Brown is willing show you how to bridge Native Components by example. His C

Read more

A Material Design component library for React Native

Looks like it come out of the blue, but this project by Ben Zhao has a pretty amazing amount of Material Design Components to show off. It is also greatly well documented and demoed on its website. mrn on GitHub (Example) Material Design React Native

Read more

React Native v0.15.0 and v0.16.0-rc released

v0.15.0 on GitHub (npm) Breaking Change Upgrade to Xcode 7: React Native uses Objective-C generics Changes since 0.15.0-rc Geolocation now works on Android (494930a) Open sourced IntentAndroid. This lets you open the system browser, Maps and other apps (a

Read more