Created a new Expo app

This commit is contained in:
Patrick Fic
2020-08-05 19:42:08 -07:00
commit ce1f58dbd8
9 changed files with 93 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'],
};
};