forked from vergnet/application-amicale
use react native community async storage
This commit is contained in:
parent
e96f55d142
commit
097ea5379a
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nartc/react-native-barcode-mask": "^1.1.9",
|
"@nartc/react-native-barcode-mask": "^1.1.9",
|
||||||
|
"@react-native-community/async-storage": "^1.9.0",
|
||||||
"@react-native-community/masked-view": "0.1.6",
|
"@react-native-community/masked-view": "0.1.6",
|
||||||
"@react-native-community/push-notification-ios": "^1.1.1",
|
"@react-native-community/push-notification-ios": "^1.1.1",
|
||||||
"@react-native-community/slider": "^2.0.9",
|
"@react-native-community/slider": "^2.0.9",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// @flow
|
// @flow
|
||||||
|
|
||||||
import {AsyncStorage} from "react-native";
|
import AsyncStorage from '@react-native-community/async-storage';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Singleton used to manage preferences.
|
* Singleton used to manage preferences.
|
||||||
|
|
Loading…
Reference in a new issue