react-native-mobx
react-native-mobx copied to clipboard
Make your app reactive with MobX and react-native-router-flux
Hi. Apparently the example provided updates the store, but the store doesn't updates the view. Not sure what to do.
Hi I was wondering if you had an example of having multiple scenes and transitioning between them? I have looked at the RNRF package, but I was wondering if it...
What I tried as below ``` class App_ extends Component { render() { return ( ... ) } } @inject( 'store' ) @observer class ForIntlProvider extends Component { render() {...
Sorry for opening an issue for that. But I don't understand the goal of this package and what does it allow more than just using mobx and react-native-router-flux (RNRF)? Is...
Hello, could you update the dependencies in package.json to get the last updates from RNRF and mobX? By the way, if I just use RNRF, and include mobx, and put...
I asked this question on the react-native-router-flux repo and was given the following answer, though I'm not sure how it applies to react-native-mobx as I don't think there is an...
Autobind decorator is not working in react native 0.32 .babelrc ``` javascript { "presets": ["react-native-stage-0/decorator-support"] } ``` package.json ``` javascript "name": "mobx", "version": "0.0.1", "private": true, "scripts": { "start": "node...
Causes an issue when trying to run with just `react-native-mobx` and not `react-native-router-flux` in `package.json`. This package depends on RNRF, so it should probably have it as a dependency.