回答編集履歴
3
テキスト修正
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
上記に従って、`'react-native'` から import した AsyncStorage は**使わずに**、[react-native-community](https://github.com/react-native-community) から提供される
|
15
|
+
上記に従って、`'react-native'` から import した AsyncStorage は**使わずに**、[react-native-community](https://github.com/react-native-community) から提供されるAsyncStorageに換えてみるといかがでしょうか。
|
16
16
|
|
17
17
|
|
18
18
|
|
2
テキスト修正
test
CHANGED
@@ -16,6 +16,8 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
以下に、インストール方法、使い方などが書かれています。
|
20
|
+
|
19
21
|
- [https://github.com/react-native-community/async-storage](https://github.com/react-native-community/async-storage)
|
20
22
|
|
21
23
|
|
1
テキスト修正
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
上記に従って、`'react-native'` から import した AsyncStorage は使わずに、[react-native-community](https://github.com/react-native-community) から提供される、
|
15
|
+
上記に従って、`'react-native'` から import した AsyncStorage は**使わずに**、[react-native-community](https://github.com/react-native-community) から提供される、`'@react-native-community/async-storage'` から import するAsyncStorageに換えてみるといかがでしょうか。
|
16
16
|
|
17
17
|
|
18
18
|
|