Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use devtools in React Native with Mobx State Tree #28

Closed
alexlevy0 opened this issue Sep 6, 2017 · 1 comment
Closed

Use devtools in React Native with Mobx State Tree #28

alexlevy0 opened this issue Sep 6, 2017 · 1 comment

Comments

@alexlevy0
Copy link

alexlevy0 commented Sep 6, 2017

Hello,

I'm trying to use mobx-remotedev with React Native and MobX-State-Tree but I don't know how to do.
I tried with export default remotedev(AppStore, { global: true, remote: true }) in my rootStore but I get an error Unhandled JS Exception: Cannot read property 'create' of undefined cause I create the tree with const appStore = AppStore.create({ users: {} }, { logger: logger })

Can you orient me?

Thanks for readding

@HaveF
Copy link
Contributor

HaveF commented Jul 24, 2018

@alexlevy0 I see your same issue in mobxjs/mobx-state-tree.

What have you done at last? Did it works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants