UNPKG

@nx/react-native

Version:

The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: -Integration with libraries such as Jest, Detox, and Storybook. -Scaffolding for creating buildable libraries th

29 lines (28 loc) 715 B
{ "version": 2, "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeStart", "$schema": "https://json-schema.org/schema", "title": "Packager Server for React Native", "description": "Packager Server target options.", "type": "object", "properties": { "port": { "type": "number", "description": "The port to listen on.", "default": 8081 }, "resetCache": { "type": "boolean", "description": "Resets metro cache.", "default": false }, "interactive": { "type": "boolean", "description": "Run packager server in interactive mode.", "default": true } }, "examplesFile": "../../../docs/start-examples.md" }