Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheesecakelabs/reactnativecklexample
💎 Simple React Native Structure Example.
https://github.com/cheesecakelabs/reactnativecklexample
example react-native structure
Last synced: 1 day ago
JSON representation
💎 Simple React Native Structure Example.
- Host: GitHub
- URL: https://github.com/cheesecakelabs/reactnativecklexample
- Owner: CheesecakeLabs
- Created: 2019-09-08T20:03:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:33:13.000Z (almost 2 years ago)
- Last Synced: 2023-12-14T13:53:39.858Z (11 months ago)
- Topics: example, react-native, structure
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 104
- Watchers: 7
- Forks: 46
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Cheesecake Example
[> Click here to read the blogpost](https://cheesecakelabs.com/br/blog/efficient-way-structure-react-native-projects/?utm_source=github)
> This is a simple React Native example project.
## Requirements
- [NodeJS v10.16.1](https://nodejs.org/en/);
- [Yarn v1.17.3](https://yarnpkg.com/en/);
- [CocoaPods](https://cocoapods.org/);
- [React v16.8.6](https://reactjs.org/);
- [React Native v0.60.5](https://facebook.github.io/react-native/docs/getting-started);## 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`;