File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "presets" : [" module:metro-react-native-babel-preset" ],
3+ "plugins" : [" react-native-reanimated/plugin" ]
4+ }
Original file line number Diff line number Diff line change 1+ ---
2+ " react-native-reanimated-carousel " : patch
3+ ---
4+
5+ Configure Babel for React Native Reanimated build
Original file line number Diff line number Diff line change 111111 "source" : " src" ,
112112 "output" : " lib" ,
113113 "targets" : [
114- " commonjs" ,
114+ [
115+ " commonjs" ,
116+ {
117+ "babelrc" : true
118+ }
119+ ],
115120 " module" ,
116121 " typescript"
117122 ]
Original file line number Diff line number Diff line change @@ -5266,9 +5266,9 @@ __metadata:
52665266 linkType: hard
52675267
52685268"caniuse-lite@npm:^1.0.30001400, caniuse-lite@npm:^1.0.30001503":
5269- version: 1.0.30001566
5270- resolution: "caniuse-lite@npm:1.0.30001566 "
5271- checksum: fdff43ed498201bf4f6074bd1112bd853e91973b6ccb016049b030948a7d197cba235ac4d93e712d1862b33a3c947bf4e62bad7011ccdac78e5179501b28d04a
5269+ version: 1.0.30001699
5270+ resolution: "caniuse-lite@npm:1.0.30001699 "
5271+ checksum: 325bf4d4ea8ab377046b6d5a43685359d5426adbb62aa1bea2c851cb5673547ef22b4a2b0e172e5a87ac74a7042e6ad23b87b78fdd04543c152d4e799397d7ba
52725272 languageName: node
52735273 linkType: hard
52745274
You can’t perform that action at this time.
0 commit comments