1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Created a new Expo app

This commit is contained in:
Zhiyuan Zheng
2020-10-20 10:28:42 +02:00
commit fb152fece9
10 changed files with 7822 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'],
};
};