Files
super-app/babel.config.js
Kshitij Pramod Ghongadi 8a4fd0b50c NTP-13248 | RN + Reanimated version bump (#13779)
Co-authored-by: Rohitaksh Choudhary <rohitaksh.choudhary@navi.com>
2024-12-11 15:20:07 +00:00

5 lines
119 B
JavaScript

module.exports = {
presets: ["module:@react-native/babel-preset"],
plugins: ["react-native-reanimated/plugin"],
};