react-native
A 3-post collection
React Native: Is my code running on iOS or Android?
React-native v0.12.0 now comes with support for Android out-of-the-box. A common issue when writing cross platform (a.k.a isomorphic) code is determining which »
React Native 0.11+ Keyboard Display Events
In React Native 0.11.0-rc we no longer need a package like react-native-keyboardevents we can simply use: import { DeviceEventEmitter } from 'react-native'; DeviceEventEmitter.addListener('keyboardWillShow', (e) »
Credit Card Scanning in React Native
I'm happy to announce my first react-native package; react-native-card.io. You can view the project on GitHub, there is also an Example iOS Project to get »