Anthony Mittaz
Results
71
comments of
Anthony Mittaz
Mind trying this https://expo.dev/changelog/2024/08-14-react-native-0.75 ? with those minor editions (react and react-dom are missing): ``` "expo": { "install": { "exclude": [ "react@~18.2.0", "react-dom@~18.2.0", "react-native@~0.74.0", "react-native-reanimated@~3.10.0", "react-native-gesture-handler@~2.16.1", "react-native-screens@~3.31.1" ] } }...