File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Create a file in your root folder `ReactotronConfig.js` and paste this:
33
33
34
34
``` js
35
35
import Reactotron from " reactotron-react-native" ;
36
- import { AsyncStorage } from " @react-native-async-storage/async-storage" ;
36
+ import AsyncStorage from " @react-native-async-storage/async-storage" ;
37
37
38
38
Reactotron .setAsyncStorageHandler (AsyncStorage)
39
39
.configure () // controls connection & communication settings
@@ -45,7 +45,7 @@ Or using a more advanced way to customize which plugins to include:
45
45
46
46
``` js
47
47
import Reactotron from " reactotron-react-native" ;
48
- import { AsyncStorage } from " @react-native-async-storage/async-storage" ;
48
+ import AsyncStorage from " @react-native-async-storage/async-storage" ;
49
49
50
50
Reactotron .setAsyncStorageHandler (AsyncStorage)
51
51
.configure ({
You can’t perform that action at this time.
0 commit comments