react-native-image-color-picker icon indicating copy to clipboard operation
react-native-image-color-picker copied to clipboard

Invariant Violation: WebView has been removed from React Native

Open andymurakami opened this issue 5 years ago • 0 comments

Invariant Violation: WebView has been removed from React Native. It can now be installed and imported from 'react-native-webview' instead of 'react-native'. See https://github.com/react-native-community/react-native-webview

This error is located at: in ImageColorPicker (at App.js:15) in RCTView (at App.js:14) in App (at renderApplication.js:45) in RCTView (at AppContainer.js:109) in RCTView (at AppContainer.js:135) in AppContainer (at renderApplication.js:39)

invariant browser.js:38:14 Object.defineProperty$argument_2.get index.js:528:15 ImageColorPicker#render image-color-picker.js:55:7 finishClassComponent ReactNativeRenderer-dev.js:13591:21 updateClassComponent ReactNativeRenderer-dev.js:13516:43 invokeGuardedCallbackImpl ReactNativeRenderer-dev.js:286:4 invokeGuardedCallback ReactNativeRenderer-dev.js:497:2 beginWork$$1 ReactNativeRenderer-dev.js:22028:27 performUnitOfWork ReactNativeRenderer-dev.js:20871:23 workLoopSync ReactNativeRenderer-dev.js:20848:38 performSyncWorkOnRoot ReactNativeRenderer-dev.js:20456:22 performSyncWorkOnRoot [native code]:0 runWithPriority$argument_1 ReactNativeRenderer-dev.js:5703:31 unstable_runWithPriority scheduler.development.js:818:23 flushSyncCallbackQueueImpl ReactNativeRenderer-dev.js:5698:21 flushSyncCallbackQueue ReactNativeRenderer-dev.js:5686:28 scheduleUpdateOnFiber ReactNativeRenderer-dev.js:19845:30 updateContainer ReactNativeRenderer-dev.js:23608:14 ReactNativeRenderer.render ReactNativeRenderer-dev.js:24593:19 renderApplication renderApplication.js:54:4 runnables.appKey.run AppRegistry.js:117:25 runApplication AppRegistry.js:202:4 __callFunction MessageQueue.js:425:19 __guard$argument_0 MessageQueue.js:112:6 __guard MessageQueue.js:373:10 callFunctionReturnFlushedQueue MessageQueue.js:111:4 callFunctionReturnFlushedQueue [native code]:0

andymurakami avatar May 13 '20 18:05 andymurakami