Initial commit

This commit is contained in:
2026-04-18 11:33:16 +05:30
commit 150672f305
56 changed files with 2195 additions and 0 deletions

3
babel.config.js Normal file
View File

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