countly-sdk-react-native
countly-sdk-react-native copied to clipboard
Use separate AsyncStorage package
Since [email protected], AsyncStorage has been moved into a separate package, @react-native-community/async-storage. Importing AsyncStorage directly from react-native in 0.59 and above will print a warning. In future it will stop working.
This PR updates the imports to instead use the new separate package.