I want to work with Flipper (flipper-plugin-reactotron). When I import ReactotronFlipper and add createSocket: (path) => new ReactotronFlipper(path), line in the configure, I am getting an error: "The native module for Flipper seems unavailable. Please verify that react-native-flipper is installed....". I tried to install react-native-flipper but not work.
How can I do that?
Related packages and versions:
"react-native-flipper": "^0.173.0",
"reactotron-react-native": "~5.0.1",
"react-native": "0.69.6",
"react": "18.0.0",
I want to work with Flipper (flipper-plugin-reactotron). When I import ReactotronFlipper and add
createSocket: (path) => new ReactotronFlipper(path),
line in the configure, I am getting an error: "The native module for Flipper seems unavailable. Please verify thatreact-native-flipper
is installed....". I tried to install react-native-flipper but not work.How can I do that?
Related packages and versions: "react-native-flipper": "^0.173.0", "reactotron-react-native": "~5.0.1", "react-native": "0.69.6", "react": "18.0.0",
ReactotronConfig.js:
Error screenshot: