Skip to content

Commit ebf0073

Browse files
[change] Remove AsyncStorage
Ref #1352 Ref react-native-async-storage/async-storage#52 Ref facebook/react-native#23313
1 parent bd904fc commit ebf0073

File tree

7 files changed

+0
-637
lines changed

7 files changed

+0
-637
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ React Native v0.55
167167
| Animated || Missing `useNativeDriver` support. |
168168
| AppRegistry || Includes additional support for server rendering with `getApplication`. |
169169
| AppState || |
170-
| AsyncStorage || |
171170
| BackHandler | (✓) | Mock. No equivalent web APIs. |
172171
| CameraRoll || No equivalent web APIs. |
173172
| Clipboard || |

packages/babel-plugin-react-native-web/src/moduleMap.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
Animated: true,
77
AppRegistry: true,
88
AppState: true,
9-
AsyncStorage: true,
109
BackHandler: true,
1110
Button: true,
1211
CameraRoll: true,

packages/react-native-web/src/exports/AsyncStorage/__tests__/__snapshots__/index-test.js.snap

-73
This file was deleted.

packages/react-native-web/src/exports/AsyncStorage/__tests__/index-test.js

-275
This file was deleted.

0 commit comments

Comments
 (0)