countly-sdk-react-native icon indicating copy to clipboard operation
countly-sdk-react-native copied to clipboard

Use separate AsyncStorage package

Open Menardi opened this issue 6 years ago • 0 comments

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.

Menardi avatar May 30 '19 11:05 Menardi