> Click here to read the blogpost
This is a simple React Native example project.
- Navigate to the project folder:
cd ./ReactNativeCklExample; - Install project dependencies:
yarn; - Install CocoaPods iOS packages:
cd ios && pod install; - Run in iOS Simulator:
yarn ios; - Run in Android Simulator:
yarn android;