store dna all done
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
presets: ['module:@react-native/babel-preset'],
|
||||
plugins: [
|
||||
// other plugins here...
|
||||
'react-native-reanimated/plugin', // 👈 must be last
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user