Skip to content

Instantly share code, notes, and snippets.

@alperbayram
Created December 12, 2023 21:31
Show Gist options
  • Save alperbayram/c2a97b95c827ff99c6d75e5fb3d321eb to your computer and use it in GitHub Desktop.
Save alperbayram/c2a97b95c827ff99c6d75e5fb3d321eb to your computer and use it in GitHub Desktop.
babel.config.js
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['expo-router/babel'],
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment