This repository was archived by the owner on Dec 6, 2023. It is now read-only.
v4.0.0-beta.1
Pre-release
Pre-release
·
863 commits
to master
since this release
4.0.0-beta.1 (2019-07-15)
Features
- Update how we get AsyncStorage so that we can handle it coming from 'react-native' and '@react-native-community/async-storage'. (395a612)
BREAKING CHANGES
- There is a new method named
setAsyncStorageHandlerthat you must call before callingconnecton theReactotronobject. It takes a single parameter that should be theAsyncStorageobject. NOTE: Not calling it will not breakreactotronhowever you will no longer be able to see AsyncStorage changes and you may notice odd behavior on Android when reloading the app