@nrwl/react-native 15.9.0-rc.2 → 15.9.0
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
|
|
3
|
+
"version": "15.9.0",
|
|
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": [
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"main": "./index",
|
|
26
26
|
"types": "index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@nrwl/detox": "15.9.0
|
|
29
|
-
"@nrwl/devkit": "15.9.0
|
|
30
|
-
"@nrwl/jest": "15.9.0
|
|
31
|
-
"@nrwl/js": "15.9.0
|
|
32
|
-
"@nrwl/linter": "15.9.0
|
|
33
|
-
"@nrwl/react": "15.9.0
|
|
34
|
-
"@nrwl/workspace": "15.9.0
|
|
28
|
+
"@nrwl/detox": "15.9.0",
|
|
29
|
+
"@nrwl/devkit": "15.9.0",
|
|
30
|
+
"@nrwl/jest": "15.9.0",
|
|
31
|
+
"@nrwl/js": "15.9.0",
|
|
32
|
+
"@nrwl/linter": "15.9.0",
|
|
33
|
+
"@nrwl/react": "15.9.0",
|
|
34
|
+
"@nrwl/workspace": "15.9.0",
|
|
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": "d24d8504944d294edd7ec26da219d4a724883f58"
|
|
57
57
|
}
|
|
@@ -354,15 +354,9 @@ export const App = () => {
|
|
|
354
354
|
>
|
|
355
355
|
<View style={styles.shadowBox}>
|
|
356
356
|
<View style={[styles.listItem, styles.marginBottomMd]}>
|
|
357
|
-
<Svg width={48} height={48} viewBox="0 0 120 120" fill="
|
|
358
|
-
<Path
|
|
359
|
-
|
|
360
|
-
fill="#0E2039"
|
|
361
|
-
/>
|
|
362
|
-
<Path
|
|
363
|
-
d="M120 30V105C120 113.28 113.28 120 105 120H30C30 103.44 43.44 90 60 90C76.56 90 90 76.56 90 60C90 43.44 103.44 30 120 30Z"
|
|
364
|
-
fill="white"
|
|
365
|
-
/>
|
|
357
|
+
<Svg width={48} height={48} viewBox="0 0 120 120" stroke="currentColor" fill="transparent">
|
|
358
|
+
<Path strokeWidth="2" d="M23 3.75V6.5c-3.036 0-5.5 2.464-5.5 5.5s-2.464 5.5-5.5 5.5-5.5 2.464-5.5 5.5H3.75C2.232 23 1 21.768 1 20.25V3.75C1 2.232 2.232 1 3.75 1h16.5C21.768 1 23 2.232 23 3.75Z" />
|
|
359
|
+
<Path strokewidth="2" d="M23 6v14.1667C23 21.7307 21.7307 23 20.1667 23H6c0-3.128 2.53867-5.6667 5.6667-5.6667 3.128 0 5.6666-2.5386 5.6666-5.6666C17.3333 8.53867 19.872 6 23 6Z" />
|
|
366
360
|
</Svg>
|
|
367
361
|
<View style={styles.listItemTextContainer}>
|
|
368
362
|
<Text
|