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
In the README.md under the setup section here, it looks like the plugins line ends in a semi-colon ; and should end in a comma ',' . I know that's a low priority issue, so I'm happy to make a PR if you want.
Reanimated setup
Make sure you have react-native-reanimated in your project and the plugin setup in your babel config.
// babel.config.js
plugins: ['react-native-reanimated/plugin'];// <---- This line
The text was updated successfully, but these errors were encountered:
In the README.md under the setup section here, it looks like the
plugins
line ends in a semi-colon;
and should end in a comma ',' . I know that's a low priority issue, so I'm happy to make a PR if you want.Reanimated setup
Make sure you have react-native-reanimated in your project and the plugin setup in your babel config.
The text was updated successfully, but these errors were encountered: