diff --git a/node_modules/react-native/Libraries/react-native/react-native-implementation.js b/node_modules/react-native/Libraries/react-native/react-native-implementation.js index 8e3b3ac..dfc7d3a 100644 --- a/node_modules/react-native/Libraries/react-native/react-native-implementation.js +++ b/node_modules/react-native/Libraries/react-native/react-native-implementation.js @@ -214,12 +214,12 @@ module.exports = { return require('../AppState/AppState'); }, get AsyncStorage() { - warnOnce( - 'async-storage-moved', - 'Async Storage has been extracted from react-native core and will be removed in a future release. ' + - "It can now be installed and imported from '@react-native-community/async-storage' instead of 'react-native'. " + - 'See https://github.com/react-native-community/react-native-async-storage', - ); + // warnOnce( + // 'async-storage-moved', + // 'Async Storage has been extracted from react-native core and will be removed in a future release. ' + + // "It can now be installed and imported from '@react-native-community/async-storage' instead of 'react-native'. " + + // 'See https://github.com/react-native-community/react-native-async-storage', + // ); return require('../Storage/AsyncStorage'); }, get BackHandler() { @@ -268,12 +268,12 @@ module.exports = { return require('../EventEmitter/NativeEventEmitter'); }, get NetInfo() { - warnOnce( - 'netinfo-moved', - 'NetInfo has been extracted from react-native core and will be removed in a future release. ' + - "It can now be installed and imported from '@react-native-community/netinfo' instead of 'react-native'. " + - 'See https://github.com/react-native-community/react-native-netinfo', - ); + // warnOnce( + // 'netinfo-moved', + // 'NetInfo has been extracted from react-native core and will be removed in a future release. ' + + // "It can now be installed and imported from '@react-native-community/netinfo' instead of 'react-native'. " + + // 'See https://github.com/react-native-community/react-native-netinfo', + // ); return require('../Network/NetInfo'); }, get PanResponder() {