ParseReact icon indicating copy to clipboard operation
ParseReact copied to clipboard

RN 0.43 StorageController.react-native.js Break

Open ulurusolutions opened this issue 8 years ago • 0 comments

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';

ulurusolutions avatar Apr 21 '17 15:04 ulurusolutions