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
- I installed flipper on windows per the docs.
- Running an emulator with android studio.
- The emulator appears in the flipper desktop app.
- Added the following to my
app.json
"extra": {
"flipperHack": "React Native packager is running"
}
- Ran
expo start METRO_SERVER_PORT=19000 -a Flipper.app
I 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?