Init react-native project

This commit is contained in:
2023-11-18 19:34:08 +01:00
parent 9f3e183d72
commit 5b381eb3b9
12 changed files with 13898 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};