mobxjs / mobx-devtools

Mobx Devtools (React, Chrome Extension) - Looking for maintainers! https://github.com/mobxjs/mobx-devtools/issues/55
MIT License
488 stars 31 forks source link

how to use it in React-native? #57

Open waveheart opened 5 years ago

waveheart commented 5 years ago

https://github.com/mobxjs/mobx-devtools/issues/16 The solution didn't work for me ...

Orest-Pidfihurnyi commented 4 years ago

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 commented 4 years ago

Try this example