Clone the project
git clone https://github.com/LiveLike/ReactNativeWrapperExampleGo to the project directory
cd ReactNativeWrapperExampleInstall dependencies
npm installRun on iOS
Install Pod depenencies
cd iOS
pod install cd..
npm run iOSRun on Android
npm run Android