@nrwl/react-native 15.9.0-beta.6 → 15.9.0-beta.8
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/react-native",
|
|
3
|
-
"version": "15.9.0-beta.
|
|
3
|
+
"version": "15.9.0-beta.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
|
|
6
6
|
"keywords": [
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"author": "Victor Savkin",
|
|
25
|
-
"main": "index
|
|
25
|
+
"main": "./index",
|
|
26
26
|
"types": "index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@nrwl/detox": "15.9.0-beta.
|
|
29
|
-
"@nrwl/devkit": "15.9.0-beta.
|
|
30
|
-
"@nrwl/jest": "15.9.0-beta.
|
|
31
|
-
"@nrwl/js": "15.9.0-beta.
|
|
32
|
-
"@nrwl/linter": "15.9.0-beta.
|
|
33
|
-
"@nrwl/react": "15.9.0-beta.
|
|
34
|
-
"@nrwl/workspace": "15.9.0-beta.
|
|
28
|
+
"@nrwl/detox": "15.9.0-beta.8",
|
|
29
|
+
"@nrwl/devkit": "15.9.0-beta.8",
|
|
30
|
+
"@nrwl/jest": "15.9.0-beta.8",
|
|
31
|
+
"@nrwl/js": "15.9.0-beta.8",
|
|
32
|
+
"@nrwl/linter": "15.9.0-beta.8",
|
|
33
|
+
"@nrwl/react": "15.9.0-beta.8",
|
|
34
|
+
"@nrwl/workspace": "15.9.0-beta.8",
|
|
35
35
|
"chalk": "^4.1.0",
|
|
36
36
|
"enhanced-resolve": "^5.8.3",
|
|
37
37
|
"fs-extra": "^11.1.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e744f0429fab28464bd20f9733132aea664e0957"
|
|
57
57
|
}
|
|
@@ -280,7 +280,7 @@ export const App = () => {
|
|
|
280
280
|
</TouchableOpacity>
|
|
281
281
|
</View>
|
|
282
282
|
</View>
|
|
283
|
-
<View style={styles.section}>
|
|
283
|
+
<View style={[styles.section, styles.shadowBox]}>
|
|
284
284
|
<TouchableOpacity
|
|
285
285
|
onPress={() =>
|
|
286
286
|
Linking.openURL(
|
|
@@ -288,7 +288,7 @@ export const App = () => {
|
|
|
288
288
|
)
|
|
289
289
|
}
|
|
290
290
|
>
|
|
291
|
-
<View style={[styles.listItem, styles.
|
|
291
|
+
<View style={[styles.listItem, styles.learning]}>
|
|
292
292
|
<Svg
|
|
293
293
|
width={48}
|
|
294
294
|
height={48}
|
|
@@ -305,10 +305,42 @@ export const App = () => {
|
|
|
305
305
|
styles.marginBottomSm,
|
|
306
306
|
]}
|
|
307
307
|
>
|
|
308
|
-
Install Nx Console
|
|
308
|
+
Install Nx Console for VSCode
|
|
309
309
|
</Text>
|
|
310
310
|
<Text style={[styles.textXS, styles.textLight]}>
|
|
311
|
-
|
|
311
|
+
The official VSCode plugin for Nx.
|
|
312
|
+
</Text>
|
|
313
|
+
</View>
|
|
314
|
+
</View>
|
|
315
|
+
</TouchableOpacity>
|
|
316
|
+
<TouchableOpacity
|
|
317
|
+
onPress={() =>
|
|
318
|
+
Linking.openURL(
|
|
319
|
+
'https://plugins.jetbrains.com/plugin/21060-nx-console'
|
|
320
|
+
)
|
|
321
|
+
}
|
|
322
|
+
>
|
|
323
|
+
<View style={[styles.listItem, styles.learning]}>
|
|
324
|
+
<Svg
|
|
325
|
+
width={48}
|
|
326
|
+
height={48}
|
|
327
|
+
fill="rgba(0, 122, 204, 1)"
|
|
328
|
+
viewBox="0 0 24 24"
|
|
329
|
+
>
|
|
330
|
+
<Path d="M0 0v24h24V0zm3.723 3.111h5v1.834h-1.39v6.277h1.39v1.834h-5v-1.834h1.444V4.945H3.723zm11.055 0H17v6.5c0 .612-.055 1.111-.222 1.556-.167.444-.39.777-.723 1.11-.277.279-.666.557-1.11.668a3.933 3.933 0 0 1-1.445.278c-.778 0-1.444-.167-1.944-.445a4.81 4.81 0 0 1-1.279-1.056l1.39-1.555c.277.334.555.555.833.722.277.167.611.278.945.278.389 0 .721-.111 1-.389.221-.278.333-.667.333-1.278zM2.222 19.5h9V21h-9z" />
|
|
331
|
+
</Svg>
|
|
332
|
+
<View style={styles.listItemTextContainer}>
|
|
333
|
+
<Text
|
|
334
|
+
style={[
|
|
335
|
+
styles.textMd,
|
|
336
|
+
styles.textBold,
|
|
337
|
+
styles.marginBottomSm,
|
|
338
|
+
]}
|
|
339
|
+
>
|
|
340
|
+
Install Nx Console for JetBrains
|
|
341
|
+
</Text>
|
|
342
|
+
<Text style={[styles.textXS, styles.textLight]}>
|
|
343
|
+
Available for WebStorm, Intellij IDEA Ultimate and more!
|
|
312
344
|
</Text>
|
|
313
345
|
</View>
|
|
314
346
|
</View>
|
|
@@ -440,7 +472,7 @@ export const App = () => {
|
|
|
440
472
|
</Text>
|
|
441
473
|
</View>
|
|
442
474
|
<View style={styles.listItem}>
|
|
443
|
-
|
|
475
|
+
<Svg
|
|
444
476
|
width={24}
|
|
445
477
|
height={24}
|
|
446
478
|
stroke="#000000"
|
|
@@ -461,9 +493,7 @@ export const App = () => {
|
|
|
461
493
|
</View>
|
|
462
494
|
</View>
|
|
463
495
|
<View style={[styles.codeBlock, styles.marginBottomLg]}>
|
|
464
|
-
<Text style={[styles.textXS, styles.monospace]}>
|
|
465
|
-
nx graph
|
|
466
|
-
</Text>
|
|
496
|
+
<Text style={[styles.textXS, styles.monospace]}>nx graph</Text>
|
|
467
497
|
</View>
|
|
468
498
|
<View style={styles.listItem}>
|
|
469
499
|
<Svg
|