Giter Site home page Giter Site logo

Comments (10)

JulianKingman avatar JulianKingman commented on July 20, 2024

Did you do the initialization part? I.e.

// myReduxStuff.js
import initMeteorRedux from 'react-native-meteor-redux';
import {AsyncStorage} from 'react-native';
import {persistStore, autoRehydrate} form 'redux-persist';

const MeteorStore = initMeteorRedux(null, autoRehydrate());

// Pick your storage option, I used AsyncStorage which makes sense for react-native
persistStore(MeteorStore, {storage: AsyncStorage}, () => {
  // Callback tells minimongo to use MeteorStore until connectivity is restored
  MeteorStore.loaded()
});

export {MeteorStore}

from react-native-meteor-offline.

radiegtya avatar radiegtya commented on July 20, 2024

of course I did with the same syntax as above

from react-native-meteor-offline.

radiegtya avatar radiegtya commented on July 20, 2024

any info about this @JulianKingman ?

from react-native-meteor-offline.

JulianKingman avatar JulianKingman commented on July 20, 2024

Ok, obvious question, are you importing MeteorStore on your component? It looks like for some reason the persister is not recognizing the redux store.

from react-native-meteor-offline.

radiegtya avatar radiegtya commented on July 20, 2024

of course I did something basic like that. I am using RN 0.40. All just the same with your example. if I don't import MeteorStore, ofc the error will be undefined MeteorStore in line x.

from react-native-meteor-offline.

UADACID avatar UADACID commented on July 20, 2024

I also have to follow the instructions as in demonstrated, but got the same error as above, please check back in the your example

from react-native-meteor-offline.

JulianKingman avatar JulianKingman commented on July 20, 2024

Ah, try passing undefined instead of null for the first param in initMeteorRedux

from react-native-meteor-offline.

radiegtya avatar radiegtya commented on July 20, 2024

well done! thanks @JulianKingman .. its fixed now.
I'll try dig deeper using this package, if I found something strange again in more advance usage, I'll inform you..

from react-native-meteor-offline.

radiegtya avatar radiegtya commented on July 20, 2024

btw the error had gone using undefined, but it encountered warning like this.

2017-01-30_0813

is this normal or we can remove this warning? @JulianKingman

from react-native-meteor-offline.

JulianKingman avatar JulianKingman commented on July 20, 2024

Hmm, can you trace it to anything particular? I don't think I have any promises in the code.

from react-native-meteor-offline.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.