react-query-native-devtools
react-query-native-devtools copied to clipboard
Unable to resolve module react-native-flipper
Getting below error when building my react native app which uses react native 0.73.6 :
Unable to resolve module react-native-flipper from /Users/natesh.bhat/Desktop/isha/sgapp-copy/node_modules/react-query-native-devtools/dist/react-query-native-devtools.cjs.production.min.js: react-native-flipper could not be found within the project or in these directories:
Since react native 0.72+ versions come pre-bundled with another native debugger, they have removed support for flipper. this needs to be addressed.
Flipper is going to be decoupled from React, I guess this error might be connected to the change.