mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
# 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.
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
module.exports = {
|
|
presets: ['module:@react-native/babel-preset'],
|
|
};
|