ParseReact
ParseReact copied to clipboard
RN 0.43 StorageController.react-native.js Break
I recently upgraded to RN 0.43 and then started to receive issue with
import { AsyncStorage } from 'react-native/Libraries/react-native/react-native.js';
module not found.
after changing to below it started working
import { AsyncStorage } from '../../../react-native';