Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grabbou/react-native-scripts
A set of useful scripts for integration with native codebases, includes iOS and Android
https://github.com/grabbou/react-native-scripts
Last synced: 3 months ago
JSON representation
A set of useful scripts for integration with native codebases, includes iOS and Android
- Host: GitHub
- URL: https://github.com/grabbou/react-native-scripts
- Owner: grabbou
- License: mit
- Created: 2018-09-12T20:12:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T14:36:00.000Z (over 6 years ago)
- Last Synced: 2024-10-10T12:09:07.967Z (4 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 56
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
react-native-scripts
====================> A set of useful scripts to run when working on a large-scale React Native app in a brownfield environment.
## Available scripts
### app-registry-components-to-constants
Provides type-safety when referring to modules that `RCTRootView` should load. Referring to a module name that hasn't been registered on the Javascript side will result in a compile-time error.