Material Design components for React Native

Yingxin Wu has started porting Material Design components from MaterialKit (written in Swift), and as you can see he has already done a great job so far. Hopefully he'll keep working and complete his goal, maybe with a bit of help from the community. react-na

Read more

React Native library for capturing signature

Thanks to Jed Tiotuico that's taking advantage of the impressive PPSSignatureView for iOS and android-signaturepad for Android you can now start capturing signatures in your React Native apps. react-native-signature-capture on GitHub React Native library for

Read more

Going mobile with React Native

If you're still unsure on how to get started with React Native, then check Wiktor Mociun's comprehensive introduction: Going mobile with React Native blog post When Facebook announced React Native I was amused. It is my chance to start developing mobile appl

Read more

Brief example of Event Emitters in React Native

Colin Ramsay shared some tidbits on getting started with Event Emitters in React Native: React Native - Event Emitters blog post react-native-event-emitters code example on GitHub Events are a great way of communicating between components, but they should b

Read more