I'm trying to get Expo running with Flipper and Redux Flipper Plugin. This requires to install react-native-flipper. I installed the package with npx expo install react-native-flipper
. When I try to run the ios build for expo npx expo run:ios
I end up with the following error:
There also exists an Github issue on Flipper. Issue Can somebody explain to me what I'm doing wrong?