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

4
.eslintrc.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
root: true,
extends: '@react-native-community',
};