Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.