#Projects on Native Apps for IOS and Android Follow the steps to install App in device
- Clone repository
- Install basic setup https://facebook.github.io/react-native/docs/getting-started.html
- Replace index.android.js file with my file from git
- we can use android emulator as well as physical device to run
- Run 'react-native start' then 'react-native run-android'
