You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"react-native-reanimated" : '2.11.0'
"react-native-cards-swipe": "^1.2.1",
babel.config.js
const alias = {'^@/(.+)': './src/\1'}; // @/folder will be an alias to /src/folder
const extensions = ['.android.js', '.ios.js', '.js', '.json', '.native'];
Error: Failed to initialize react-native-reanimated library, make sure you followed installation steps here: https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation/
also try :npm start -- --reset-cache
"react-native-reanimated" : '2.11.0'
"react-native-cards-swipe": "^1.2.1",
babel.config.js
const alias = {'^@/(.+)': './src/\1'}; // @/folder will be an alias to /src/folder
const extensions = ['.android.js', '.ios.js', '.js', '.json', '.native'];
const presets = ['module:metro-react-native-babel-preset'];
const plugins = [
['module-resolver', {alias, extensions}, 'react-native-reanimated/plugin'],
];
module.exports = {presets, plugins};
The text was updated successfully, but these errors were encountered: