{
  "name": "Nx React Native expo",
  "version": "0.1",
  "extends": ["@nrwl/react"],
  "schematics": {
    "init": {
      "factory": "./src/schematics/init/init.impl",
      "schema": "./src/schematics/init/schema.json",
      "description": "Initialize the @nrwl/react-native plugin",
      "aliases": ["ng-add"],
      "hidden": true
    },
    "application": {
      "factory": "./src/schematics/application/application.impl",
      "schema": "./src/schematics/application/schema.json",
      "description": "Create an application",
      "aliases": ["app"]
    },
    "library": {
      "factory": "./src/schematics/library/library.impl",
      "schema": "./src/schematics/library/schema.json",
      "description": "Create an library",
      "aliases": ["lib"]
    }
  }
}
