A Modal component using the new React Native "Animated" library
Maxime Mezrahi is rebooting a kind of Component that we already covered before. His own implementation, though, takes advantage of the newly released Animated library. It also provides the handful "swipe down to close" gesture and a full set of properties and …
Read moreMaterial 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 moreReact 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 moreGoing 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 moreBrief 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