I'm following the instruction in this tweet from an expo dev so that I can use flipper for debugging a bare workflow expo RN app. https://twitter.com/Baconbrix/status/1412923662546608130
app.json "extra": {
"flipperHack": "React Native packager is running"
}
expo start METRO_SERVER_PORT=19000 -a Flipper.appI get the following error:
The expected package.json path: D:\dev\repos\foretold\foretold-react-native\Flipper.app\package.json does not exist
What am I missing?
Because it's a command for mac and not windows.
From the answer of the tweet you need to use this command : npx cross-env METRO_SERVER_PORT=19000 path/to/Flipper.exe
But for now you can only use react dev tools and console log like any other debugger. You can't use any plugins
Edit : also you don't need to use the hack in app.json anymore
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With