Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`;