This commit is contained in:
2024-02-27 16:19:55 +08:00
commit feebeffcd9
141 changed files with 25124 additions and 0 deletions

7
.babelrc Executable file
View File

@@ -0,0 +1,7 @@
{
"presets": ["react-native","react-native-stage-0"],
"plugins": ["transform-decorators-legacy"]
}