During the Face to Face yesterday, I showed a quick hack that I put together to use Cordova plugins in React Native. I was encouraged to share it on the dev mailing list. Would love to hear what you guys think about the idea.
The basic idea here is that we have more than 1000 Cordova plugins that help us access device capabilities. Why not simply re-use them with react native !! Here is a demo - https://www.youtube.com/watch?v=h_fKByit6IY Explanation of how I leverage Cordova plugman to achieve this - http://blog.nparashuram.com/2015/10/using-cordova-plugins-in-react-native.html Repo - http://github.com/axemclion/react-native-cordova-plugin NPM - https://www.npmjs.com/package/react-native-cordova-plugin
