A sample hybrid project using react native and platform native code
File App.js contains all the code common code.
To run the project in android. Navigate to directory and type following command to open the app
react-native run-android
To run in ios, below is the command
react-native run-ios