Skip to content

Commit

Permalink
refactor(react-native-github): remove AsyncStorage from JS
Browse files Browse the repository at this point in the history
Summary:
## Changelog
[JS][Removed] - Removed AsyncStorage module from react-native

Reviewed By: NickGerleman

Differential Revision: D40302352

fbshipit-source-id: 9377ea12036e498dde0b4b0f56de5c4fb9bd2461
  • Loading branch information
hoxyq authored and facebook-github-bot committed Oct 31, 2022
1 parent 4de2aab commit 20eeb1b
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 870 deletions.
261 changes: 0 additions & 261 deletions IntegrationTests/AsyncStorageTest.js

This file was deleted.

1 change: 0 additions & 1 deletion IntegrationTests/IntegrationTestsApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const {AppRegistry, ScrollView, StyleSheet, Text, TouchableOpacity, View} =
const TESTS = [
require('./IntegrationTestHarnessTest'),
require('./TimersTest'),
require('./AsyncStorageTest'),
require('./LayoutEventsTest'),
require('./AppEventsTest'),
require('./SimpleSnapshotTest'),
Expand Down
120 changes: 0 additions & 120 deletions Libraries/Storage/AsyncStorage.d.ts

This file was deleted.

0 comments on commit 20eeb1b

Please sign in to comment.