Skip to content

Commit

Permalink
Update AsyncStorage package
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanushka1703 committed Sep 24, 2019
1 parent 7b7f053 commit 9ac1db5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion connectMeteorRedux.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import Meteor, { getData } from 'react-native-meteor';
import { createStore, combineReducers } from 'redux';
import { AsyncStorage } from 'react-native';
import AsyncStorage from '@react-native-community/async-storage';
import _ from 'lodash';
import EventEmitter from 'events';
import { persistStore, autoRehydrate, createTransform } from 'redux-persist';
Expand Down
2 changes: 1 addition & 1 deletion example/RNApp/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Meteor, { createContainer } from 'react-native-meteor';

// react-native-meteor-redux
import initMeteorRedux, {MeteorOffline} from 'react-native-meteor-redux';
import { AsyncStorage } from 'react-native';
import AsyncStorage from '@react-native-community/async-storage';
import { persistStore, autoRehydrate } from 'redux-persist';
// end react-native-meteor-redux

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"lodash": "^4.17.4",
"next-frame": "^0.2.3",
"react-native-meteor": "^1.0.3",
"react-native-meteor": "^1.4.0",
"redux": "^3.6.0",
"redux-persist": "^4.0.1",
"events": "^1.1.1"
Expand Down

0 comments on commit 9ac1db5

Please sign in to comment.