mg-library 1.0.244 → 1.0.245
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/functions.js +2 -2
- package/package.json +1 -1
package/functions.js
CHANGED
|
@@ -6,9 +6,9 @@ import { Notifications } from 'expo';
|
|
|
6
6
|
import { Camera } from 'expo-camera';
|
|
7
7
|
import * as Permissions from 'expo-permissions';
|
|
8
8
|
import Constants from 'expo-constants';
|
|
9
|
-
|
|
9
|
+
import AsyncStorage from '@react-native-async-storage/async-storage';
|
|
10
10
|
//import { AsyncStorage } from 'react-native';
|
|
11
|
-
import AsyncStorage from '@react-native-community/async-storage';
|
|
11
|
+
//import AsyncStorage from '@react-native-community/async-storage';
|
|
12
12
|
import axios from 'axios';
|
|
13
13
|
import * as mgConstants from './constants.js';
|
|
14
14
|
import * as mgActions from './actions.js';
|