obydog002

Results 14 comments of obydog002

can we merge this?

Yea, makes sense. Too bad for the 3 teams 7 symmetry maps XD Then its okay if it would just disable or remove the options if they are incompatible.

Any tips to debug if/which packages may cause this? Clearing the metro bundler didn't work, along with other potential solutions posted here.

In my case with expo 52 this was fixed after using babel-preset-expo babel.config.js ``` module.exports = { presets: ['babel-preset-expo'], plugins: ['react-native-reanimated/plugin'], }; ``` metro.config.js ``` const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config');...