first commit

This commit is contained in:
Gitea
2026-04-20 15:13:29 +05:30
120 changed files with 32938 additions and 0 deletions
+7
View File
@@ -1,3 +1,10 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
<<<<<<< HEAD
=======
plugins: [
// other plugins here...
'react-native-reanimated/plugin', // 👈 must be last
],
>>>>>>> dabur-store-dna
};