Created a new Expo app

This commit is contained in:
2021-10-24 15:49:48 +02:00
commit 4568076445
11 changed files with 5585 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'],
};
};