PayPal Wrapper for React Native

Here's another good integration of existing libraries into React Native. MattFoley has brought us PayPal through it's official SDK. We really hope to see even more of them in the future. react-native-paypal Paypal wrapper for React Native, currently only sup

Read more

React Native Playground iOS app

After going Open Source, the React Native Playground keeps getting better. The guys behind this awesome tool just announced the React Native Playground iOS app Run, test and share React Native applications directly on an iOS device Build an app in the browse

Read more

Grid layout for React Native's ListViews

UIExplorer is a great starting point for being introduced to React Native's Components and code samples based on them. Adam Farhi is showing how to further style ListView Component with Flexbox to achieve a Grid Layout. react-native-grid-example React Native

Read more

Keyboard Events for React Native

From time to time you might need to react to device's keyboard showing up or hiding. This library from Johannes Lumpe will help you handle just that. react-native-keyboardevents Keyboard events for react-native How to move a view when the keyboard shows up

Read more