Application Android et IOS pour l'amicale des élèves
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

metro.config.js 340B

1234567891011121314151617
  1. /**
  2. * Metro configuration for React Native
  3. * https://github.com/facebook/react-native
  4. *
  5. * @format
  6. */
  7. module.exports = {
  8. transformer: {
  9. getTransformOptions: async () => ({
  10. transform: {
  11. experimentalImportSupport: false,
  12. inlineRequires: false,
  13. },
  14. }),
  15. },
  16. };