v1.3.0
1.3.0 (2019-04-10)
❗️ Please note:
This release drops support for AsyncLocalStorage
name from NativeModules
, to avoid conflicts with deprecated version of Async Storage in RN.
Bug Fixes
- Deprecate AsyncStorage from React Native (#66) (892afed)
- Prefer RNC's AsyncStorage over RN's. (9fa8ab9)
- release config (ab7848a)
- semantic-release configuration (b3d1312)
Features
- Jest mocks, testing guidelines (485eba4)