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

I18n with React Native

If you plan to publish your app, there's one thing you're going to need sooner or later: internationalization (I18n) and localization (L10n). That's what Alexander Zaytsev has brought to React Native by integrating i18n-js. react-native-i18n on GitHub Integr

Read more

Tame your UIs with these React Native Components

A lot is going on daily in the React Native scene. A lot of good UI Components deserve our attention, here we're trying to sum up some of the latest ones. react-native-listitem iOS-style listitem component for React Native listitem react-native-page-cont

Read more