El almacenamiento de async se ha extraído del núcleo-nativo react
npm i @react-native-community/async-storage
or
yarn add @react-native-community/async-storage
react-native link @react-native-community/async-storage
import AsyncStorage from '@react-native-community/async-storage';
Raju Talukder