Initial commit

Generated by create-expo-app 2.0.4.
This commit is contained in:
2023-09-08 02:32:26 +03:00
commit 9b16b14a4c
11 changed files with 13796 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'],
};
};