Skip to content

Instantly share code, notes, and snippets.

@enzomanuelmangano
Last active May 19, 2021 15:57
Show Gist options
  • Save enzomanuelmangano/3f736c38e6660c89a4071e321e0cf1a4 to your computer and use it in GitHub Desktop.
Save enzomanuelmangano/3f736c38e6660c89a4071e321e0cf1a4 to your computer and use it in GitHub Desktop.
babel config js with reanimated plugin
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin'],
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment