initial commit

(just the typescript template)
This commit is contained in:
austinried
2021-06-08 13:38:16 +09:00
commit b38ba9aaed
57 changed files with 25485 additions and 0 deletions

3
babel.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
};