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

how to use it in React-native? #57

Open
waveheart opened this issue Jul 10, 2019 · 2 comments
Open

how to use it in React-native? #57

waveheart opened this issue Jul 10, 2019 · 2 comments
Labels

Comments

@waveheart
Copy link

#16
The solution didn't work for me ...

@Orest-Pidfihurnyi
Copy link

the same problem, it doesn't work for me too

connectToDevTools({ host: 'localhost', port: '8098' });

export function createStore() {
const root = RootStore.create();

makeInspectable(root);

const persistor = createPersist(root);

persistor.rehydrate();

return root;
}

App is still looking for connection

@max-kim
Copy link

max-kim commented Apr 29, 2020

Try this example

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

No branches or pull requests

4 participants