bgaleotti / react-query-native-devtools

162 stars 19 forks source link

Unable to resolve module react-native-flipper #119

Open nateshmbhat opened 6 months ago

nateshmbhat commented 6 months ago

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.

luixo commented 5 months ago

Flipper is going to be decoupled from React, I guess this error might be connected to the change.