Undefined is not an object (evaluating 'RCTAsyncStorage.multiMerge' (React-native-asyncstorage)
问题 I am having an issue related to react-native-asyncstorage from here: https://facebook.github.io/react-native/docs/asyncstorage.html When I run react-native run-ios , the following error appears: I am using react-native 0.52.0 and this problem may be due to the dependency of react-native-asyncstorage: react-native-asyncstorage@1.0.0 requires a peer of react-native@^0.47.2 but none is installed. You must install peer dependencies yourself. The odd thing is it works fine for Android, but not for