Bruno Medeiros
Results
1
issues of
Bruno Medeiros
 module.exports = function (api) { api.cache(true); return { presets: ["babel-preset-expo"], plugins: [ ["react-native-worklets-core/plugin"], [ "react-native-reanimated/plugin", { globals: ["__scanOCR"], }, ], ], }; }; How to fix that?????