ReactNativeCklExample
💎 Simple React Native Structure Example.
Install / Use
/learn @CheesecakeLabs/ReactNativeCklExampleREADME
React Native Cheesecake Example
> Click here to read the blogpost
This is a simple React Native example project.
Requirements
How to run locally
- 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;
