Skip to content

Instantly share code, notes, and snippets.

@ivandotv
Created October 17, 2023 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivandotv/a7138c48e9798ce171aeda3dcd8b8abc to your computer and use it in GitHub Desktop.
Save ivandotv/a7138c48e9798ce171aeda3dcd8b8abc to your computer and use it in GitHub Desktop.
babel config react native reanimated
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