1/*
2Here's how to use the correct method for importing.
3
4import AsyncStorage from '@react-native-community/async-storage';
5This module is not exported as a react-native, so it must not have a square bracket.
6
7Use in react-native module
8*/
9
10import { AsyncStorage } from 'react-native';