chore: initial commit

This commit is contained in:
2025-12-16 09:48:55 +05:30
commit 944729227d
78 changed files with 3763 additions and 0 deletions

12
babel.config.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
overrides: [
{
exclude: /\/node_modules\//,
presets: ['module:react-native-builder-bob/babel-preset'],
},
{
include: /\/node_modules\//,
presets: ['module:@react-native/babel-preset'],
},
],
};