Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

error: node_modules/react-native-reanimated/src/index.ts:

Please complete the setup for react-native-reanimated. You have to add
'react-native-reanimated/plugin', in the babel.config.js file so the 
final code in babel.config.js will look like

module.exports = {
      ...
      plugins: [
          ...
          'react-native-reanimated/plugin',
      ],
  };
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
1+8 =