https://github.com/dupk/rn-module
https://github.com/dupk/rn-module
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dupk/rn-module
- Owner: DupK
- Created: 2020-05-24T16:01:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:18:13.000Z (over 2 years ago)
- Last Synced: 2025-02-13T03:43:32.355Z (3 months ago)
- Language: TypeScript
- Size: 3.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install dependencies
```
yarn install
```Lint project
```
yarn run lint
```Start project
```
yarn start
```Run iOS simulator
```
yarn run ios
```Run Android simulator
```
yarn run android
```