@nx/expo 17.0.1 → 17.1.0-beta.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": "@nx/expo",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.1.0-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.",
|
|
6
6
|
"keywords": [
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"tslib": "^2.3.0",
|
|
35
35
|
"tsconfig-paths": "^4.1.2",
|
|
36
36
|
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
37
|
-
"@nx/detox": "17.0.
|
|
38
|
-
"@nx/devkit": "17.0.
|
|
39
|
-
"@nx/jest": "17.0.
|
|
40
|
-
"@nx/js": "17.0.
|
|
41
|
-
"@nx/eslint": "17.0.
|
|
42
|
-
"@nx/react": "17.0.
|
|
43
|
-
"@nx/webpack": "17.0.
|
|
44
|
-
"@nrwl/expo": "17.0.
|
|
37
|
+
"@nx/detox": "17.1.0-beta.0",
|
|
38
|
+
"@nx/devkit": "17.1.0-beta.0",
|
|
39
|
+
"@nx/jest": "17.1.0-beta.0",
|
|
40
|
+
"@nx/js": "17.1.0-beta.0",
|
|
41
|
+
"@nx/eslint": "17.1.0-beta.0",
|
|
42
|
+
"@nx/react": "17.1.0-beta.0",
|
|
43
|
+
"@nx/webpack": "17.1.0-beta.0",
|
|
44
|
+
"@nrwl/expo": "17.1.0-beta.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"expo": ">= 49.0.0",
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
TouchableOpacity,
|
|
11
11
|
Linking,
|
|
12
12
|
} from 'react-native';
|
|
13
|
-
import Svg, { Path } from 'react-native-svg';
|
|
13
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
14
14
|
|
|
15
15
|
export const App = () => {
|
|
16
16
|
const [whatsNextYCoord, setWhatsNextYCoord] = useState<number>(0);
|
|
@@ -308,11 +308,14 @@ export const App = () => {
|
|
|
308
308
|
Install Nx Console for VSCode
|
|
309
309
|
</Text>
|
|
310
310
|
<Text style={[styles.textXS, styles.textLight]}>
|
|
311
|
-
The official VSCode
|
|
311
|
+
The official VSCode extension for Nx.
|
|
312
312
|
</Text>
|
|
313
313
|
</View>
|
|
314
314
|
</View>
|
|
315
315
|
</TouchableOpacity>
|
|
316
|
+
</View>
|
|
317
|
+
|
|
318
|
+
<View style={[styles.section, styles.shadowBox]}>
|
|
316
319
|
<TouchableOpacity
|
|
317
320
|
onPress={() =>
|
|
318
321
|
Linking.openURL(
|
|
@@ -321,13 +324,20 @@ export const App = () => {
|
|
|
321
324
|
}
|
|
322
325
|
>
|
|
323
326
|
<View style={[styles.listItem, styles.learning]}>
|
|
324
|
-
<Svg
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
327
|
+
<Svg width={48} height={48} viewBox="20 20 60 60">
|
|
328
|
+
<Path d="m22.5 22.5h60v60h-60z" />
|
|
329
|
+
<G fill="#fff">
|
|
330
|
+
<Path d="m29.03 71.25h22.5v3.75h-22.5z" />
|
|
331
|
+
<Path d="m28.09 38 1.67-1.58a1.88 1.88 0 0 0 1.47.87c.64 0 1.06-.44 1.06-1.31v-5.98h2.58v6a3.48 3.48 0 0 1 -.87 2.6 3.56 3.56 0 0 1 -2.57.95 3.84 3.84 0 0 1 -3.34-1.55z" />
|
|
332
|
+
<Path d="m36 30h7.53v2.19h-5v1.44h4.49v2h-4.42v1.49h5v2.21h-7.6z" />
|
|
333
|
+
<Path d="m47.23 32.29h-2.8v-2.29h8.21v2.27h-2.81v7.1h-2.6z" />
|
|
334
|
+
<Path d="m29.13 43.08h4.42a3.53 3.53 0 0 1 2.55.83 2.09 2.09 0 0 1 .6 1.53 2.16 2.16 0 0 1 -1.44 2.09 2.27 2.27 0 0 1 1.86 2.29c0 1.61-1.31 2.59-3.55 2.59h-4.44zm5 2.89c0-.52-.42-.8-1.18-.8h-1.29v1.64h1.24c.79 0 1.25-.26 1.25-.81zm-.9 2.66h-1.57v1.73h1.62c.8 0 1.24-.31 1.24-.86 0-.5-.4-.87-1.27-.87z" />
|
|
335
|
+
<Path d="m38 43.08h4.1a4.19 4.19 0 0 1 3 1 2.93 2.93 0 0 1 .9 2.19 3 3 0 0 1 -1.93 2.89l2.24 3.27h-3l-1.88-2.84h-.87v2.84h-2.56zm4 4.5c.87 0 1.39-.43 1.39-1.11 0-.75-.54-1.12-1.4-1.12h-1.44v2.26z" />
|
|
336
|
+
<Path d="m49.59 43h2.5l4 9.44h-2.79l-.67-1.69h-3.63l-.67 1.69h-2.71zm2.27 5.73-1-2.65-1.06 2.65z" />
|
|
337
|
+
<Path d="m56.46 43.05h2.6v9.37h-2.6z" />
|
|
338
|
+
<Path d="m60.06 43.05h2.42l3.37 5v-5h2.57v9.37h-2.26l-3.53-5.14v5.14h-2.57z" />
|
|
339
|
+
<Path d="m68.86 51 1.45-1.73a4.84 4.84 0 0 0 3 1.13c.71 0 1.08-.24 1.08-.65 0-.4-.31-.6-1.59-.91-2-.46-3.53-1-3.53-2.93 0-1.74 1.37-3 3.62-3a5.89 5.89 0 0 1 3.86 1.25l-1.26 1.84a4.63 4.63 0 0 0 -2.62-.92c-.63 0-.94.25-.94.6 0 .42.32.61 1.63.91 2.14.46 3.44 1.16 3.44 2.91 0 1.91-1.51 3-3.79 3a6.58 6.58 0 0 1 -4.35-1.5z" />
|
|
340
|
+
</G>
|
|
331
341
|
</Svg>
|
|
332
342
|
<View style={styles.listItemTextContainer}>
|
|
333
343
|
<Text
|