Created a new Expo app

This commit is contained in:
Adolfo Reyna
2021-11-24 22:53:54 -08:00
commit fe2ec54139
11 changed files with 17343 additions and 0 deletions

6
babel.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};