mst-async-storage icon indicating copy to clipboard operation
mst-async-storage copied to clipboard

Brings AsyncStorage support to mobx-state-tree for React Native projects

Results 5 mst-async-storage issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

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...