Michaël Duthilleul

Results 3 comments of Michaël Duthilleul

Same issue here. proguard not enabled, using react-native-reanimated 2.6.0.

Can't help but I can report I have the same issue on my projet. RN 0.66.1, React 17.0.2, also with useTransformReactJSXExperimental.

Got it working with expo by manually adding the maven repo with this plugin in app.json ``` { "expo": { ... "plugins": [ ... [ "expo-build-properties", { "android": { "extraMavenRepos":...