npm @react-native-async-storage/async-storage 1.17.0
v1.17.0

latest releases: 2.0.0, 1.24.0, 1.23.1...
2 years ago

1.17.0 (2022-03-18)

❗ Please note ❗

  • JDK11 is now required. In order to support Apple's M1 chips, we needed to bump Room to 2.4.2. This version requires compileSdkVersion to be set to 31 in your build.gradle file, which in turn means that we now require JDK11. The recommended variant to install is Temurin 11. You can find more guide about different JDK distros at whichjdk.com.
    If you don't want yet to upgrade, we suggest to change the Room version in your project by specifying different Kotlin and Room version in your gradle.properties
  • Supported version of Kotlin is now 1.6.10.

Features

  • android: bump room to 2.4.2, allowing arm64 jdk compile (#773) (774fb78)

Don't miss a new async-storage release

NewReleases is sending notifications on new releases.