mobx-devtools
mobx-devtools copied to clipboard
how to use it in React-native?
https://github.com/mobxjs/mobx-devtools/issues/16 The solution didn't work for me ...
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
Try this example