Skip to content

v1.3.0

Compare
Choose a tag to compare
@krizzu krizzu released this 10 Apr 08:47
cd3fc67

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)