[react-native]- NativeModule: AsyncStorage is null.

190 阅读1分钟
将:import AsyncStorage from '@react-native-community/async-storage'
改为:import { AsyncStorage } from "react-native"