Created a new Expo app

This commit is contained in:
2022-10-13 18:55:31 +02:00
commit 016ea42b93
11 changed files with 21484 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'],
};
};