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 moreKeyboard 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 moreReact Native tutorial for Creating ListView with Section Headers
Here is another great tutorial appearead on Modus Create by Stan Bershadsky. Through his words you're going to enhance ListView to a ListView with Section Headers. ListView Many applications available today display data in a list in some shape or form. It ca …
Read moreI18n 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 moreTame 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