79485984

Date: 2025-03-05 09:30:24
Score: 2.5
Natty:
Report link

I am currently experiencing this problem, and i have tried all solutions provided, but it is still not working. using

"expo": "^52.0.36", "npm": "^10.2.0", "react": "18.3.1", "react-native": "^0.76.7",

// babel.config.js
module.exports = function(api) {
  api.cache(true);
  return {
    presets: ['babel-preset-expo'],
    plugins: [
      // Ensure 'react-native-reanimated/plugin' is last
      'react-native-reanimated/plugin',
    ],
  };
};
Reasons:
  • Blacklisted phrase (2): still not working
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Odeku Akinlolu