UNPKG

@santicon/nx-create-react-native-module

Version:

Generate a NX library with React Native module to NX workspace

11 lines (10 loc) 241 B
{ "$schema": "http://json-schema.org/schema", "executors": { "build": { "implementation": "./src/executors/build/executor", "schema": "./src/executors/build/schema.json", "description": "build executor" } } }