Files
react-native-svg/babel.config.js
Jakub Grzywacz c7743f1a41 chore: bump react-native and other packages (#2598)
# Summary

* Bump react-native and other packages (babel, eslint, prettier,
`@types`) to resolve errors in
https://github.com/software-mansion/react-native-svg/pull/2586
* Cleanup unused/unnecessary devDependencies 

## Test Plan

Lib should work exactly the same as before.
2025-01-07 14:28:14 +01:00

4 lines
72 B
JavaScript

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