回答編集履歴

2

内容編集

2020/08/20 13:33

投稿

tomaa
tomaa

スコア84

test CHANGED
@@ -2,11 +2,25 @@
2
2
 
3
3
 
4
4
 
5
- package.jsonファイル
5
+ [react navigation](https://reactnavigation.org/docs/hello-react-navigation)のンストー
6
6
 
7
- expoとreact-nativeのバージョンを下げて、npmをインストールし直すと通常のシュミレーター表示となりました。
8
7
 
8
+
9
+ `npm install @react-navigation/native`
10
+
11
+
12
+
13
+ `expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view`
14
+
15
+
16
+
17
+ `npm install @react-navigation/stack`
18
+
19
+
20
+
21
+ package.json修正
22
+
9
- ```ここに言語を入力
23
+ ```Json
10
24
 
11
25
  expo : 38.0.8 → 37.0.0
12
26
 
@@ -14,4 +28,20 @@
14
28
 
15
29
  ```
16
30
 
31
+ nodeの再インストール
32
+
17
33
  `npm install`
34
+
35
+
36
+
37
+ こちらのエラー対応のため、expoのupdate
38
+
39
+ ```ここに言語を入力
40
+
41
+ Invariant Violation: requireNativeComponent: "RNCSafeAreaProvider" was not found in the UIManager.
42
+
43
+
44
+
45
+ ```
46
+
47
+ `expo update`

1

内容編集

2020/08/20 13:33

投稿

tomaa
tomaa

スコア84

test CHANGED
@@ -13,3 +13,5 @@
13
13
  react-nativ : 38.0.2 →37.0.1
14
14
 
15
15
  ```
16
+
17
+ `npm install`