store dna all done

This commit is contained in:
CPM
2025-07-30 10:35:06 +05:30
commit b0399b39c6
157 changed files with 35444 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
// other plugins here...
'react-native-reanimated/plugin', // 👈 must be last
],
};