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.
This commit is contained in:
Jakub Grzywacz
2025-01-07 14:28:14 +01:00
committed by GitHub
parent 6042b89b6b
commit c7743f1a41
6 changed files with 2049 additions and 1336 deletions

View File

@@ -1,4 +1,3 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: ['@react-native/babel-plugin-codegen'],
};