@nrwl/react-native 13.5.0-beta.1 → 13.5.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,61 +17,9 @@
17
17
 
18
18
  # React Native Plugin for Nx
19
19
 
20
- # Smart, Fast and Extensible Build System
21
-
22
- Nx is a next generation build system with first class monorepo support and powerful integrations.
23
-
24
-
25
- ## Getting Started
26
-
27
- ### Creating an Nx Workspace
28
-
29
- **Using `npx`**
30
-
31
- ```bash
32
- npx create-nx-workspace
33
- ```
34
-
35
- **Using `npm init`**
36
-
37
- ```bash
38
- npm init nx-workspace
39
- ```
40
-
41
- **Using `yarn create`**
42
-
43
- ```bash
44
- yarn create nx-workspace
45
- ```
46
-
47
- The `create-nx-workspace` command will ask you to select a preset, which will configure some plugins and create your applications to help you get started.
48
-
49
- ```
50
- ? What to create in the new workspace (Use arrow keys)
51
- ❯ apps [an empty workspace with no plugins with a layout that works best for building apps]
52
- core [an empty workspace with no plugins set up to publish npm packages (similar to yarn workspaces)]
53
- ts [an empty workspace with the JS/TS plugin preinstalled]
54
- react [a workspace with a single React application]
55
- angular [a workspace with a single Angular application]
56
- next.js [a workspace with a single Next.js application]
57
- gatsby [a workspace with a single Gatsby application]
58
- nest [a workspace with a single Nest application]
59
- express [a workspace with a single Express application]
60
- web components [a workspace with a single app built using web components]
61
- react-native [a workspace with a single React Native application]
62
- react-express [a workspace with a full stack application (React + Express)]
63
- ```
64
-
65
- Select the preset that works best for you.
66
-
67
- ### Adding Nx to an Existing Monorepo
68
-
69
- Run:
70
-
71
- ```bash
72
- npx add-nx-to-monorepo@latest
73
- ```
20
+ {{what-is-nx}}
74
21
 
22
+ {{getting-started}}
75
23
 
76
24
  ## Table of Contents
77
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react-native",
3
- "version": "13.5.0-beta.1",
3
+ "version": "13.5.0-beta.5",
4
4
  "description": "React Native Plugin for Nx",
5
5
  "keywords": [
6
6
  "Monorepo",
@@ -24,12 +24,12 @@
24
24
  "main": "index.js",
25
25
  "types": "index.d.ts",
26
26
  "dependencies": {
27
- "@nrwl/detox": "13.5.0-beta.1",
28
- "@nrwl/devkit": "13.5.0-beta.1",
29
- "@nrwl/jest": "13.5.0-beta.1",
30
- "@nrwl/linter": "13.5.0-beta.1",
31
- "@nrwl/react": "13.5.0-beta.1",
32
- "@nrwl/workspace": "13.5.0-beta.1",
27
+ "@nrwl/detox": "13.5.0-beta.5",
28
+ "@nrwl/devkit": "13.5.0-beta.5",
29
+ "@nrwl/jest": "13.5.0-beta.5",
30
+ "@nrwl/linter": "13.5.0-beta.5",
31
+ "@nrwl/react": "13.5.0-beta.5",
32
+ "@nrwl/workspace": "13.5.0-beta.5",
33
33
  "chalk": "^4.1.0",
34
34
  "enhanced-resolve": "^5.8.3",
35
35
  "fs-extra": "^9.1.0",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.babelRuntimeVersion = exports.reactNativeSvgVersion = exports.reactNativeSvgTransformerVersion = exports.reactTestRendererVersion = exports.jestReactNativeVersion = exports.testingLibraryJestNativeVersion = exports.testingLibraryReactNativeVersion = exports.metroReactNativeBabelPresetVersion = exports.reactNativeConfigVersion = exports.reactNativeCommunityCliAndroid = exports.reactNativeCommunityCliIos = exports.reactNativeCommunityCli = exports.metroVersion = exports.typesReactNativeVersion = exports.reactNativeVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.5.0-beta.1';
4
+ exports.nxVersion = '13.5.0-beta.5';
5
5
  exports.reactNativeVersion = '0.66.4';
6
6
  exports.typesReactNativeVersion = '0.66.11';
7
7
  exports.metroVersion = '0.66.2';