mst-async-storage
mst-async-storage copied to clipboard
Brings AsyncStorage support to mobx-state-tree for React Native projects
Fix https://github.com/skellock/mst-async-storage/issues/9
## Expected Behavior Running [this example](https://github.com/danstepanov/mst-async-storage-test/tree/%40danstepanov/mst-async-storage%400.4.0), should allow you to toggle the value of `spiders` without any issues. ## Actual Behavior When running [this example](https://github.com/danstepanov/mst-async-storage-test/tree/%40danstepanov/mst-async-storage%400.4.0), clicking the "Toggle Spiders" button...
As mentioned in #21
Fix https://github.com/skellock/mst-async-storage/issues/6
Thanks for the great work. I have an issue with the package in that it overrides defaultState that I specify in create(). I tried except and only, but both don't...