This commit is contained in:
Arkaprabha Chakraborty
2026-01-13 17:35:26 +05:30
commit 63747e4692
40 changed files with 3353 additions and 0 deletions

3
babel.config.js Normal file
View File

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