Skip to content

v1.17.1-beta

Compare
Choose a tag to compare
@buptkang buptkang released this 28 Feb 02:12
· 448 commits to master since this release

New Feature

  1. Added React Native Windows dotNet46 support #684, thanks @abodalevsky and @rozele.

Bug Fixes

  1. (Android) Fixed the issue #650 that the timestamp returned in getBinaryResourcesModifiedTime() always returns 312796800000 (11/30/1979, 12:00:00 AM). Thanks @sergey-akhalkov.
  2. (Both iOS and Android) Fixed the issue #574 that AsyncStorage(get/set...) operation will be blocked while downloading the bundle. Thanks @sergey-akhalkov.
  3. (iOS) Fixed the issue #661 that react-native link bug when using firebase . Thanks @max-mironov.

Document Upgrade

Since the documentation becomes more complex, we decomposed the document to have a better user experience. Thanks @jeremistadler.