Przeglądaj źródła

Merge pull request #354 from jrapala/hotfix/removeAsyncImport

Remove unused AsyncStorage import (Deprecated in RN 0.59)
Travis Nuttall 6 lat temu
rodzic
commit
432de9f31c
No account linked to committer's email address
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      index.js

+ 0
- 1
index.js Wyświetl plik

7
   DeviceEventEmitter,
7
   DeviceEventEmitter,
8
   NativeAppEventEmitter,
8
   NativeAppEventEmitter,
9
   Platform,
9
   Platform,
10
-  AsyncStorage,
11
   AppState,
10
   AppState,
12
 } from 'react-native'
11
 } from 'react-native'
13
 import type {
12
 import type {