File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 66 [
77 " @callstack/repack" ,
88 " @callstack/repack-dev-server" ,
9- " @callstack/repack-init"
9+ " @callstack/repack-init" ,
10+ " @callstack/repack-plugin-reanimated"
1011 ]
1112 ],
1213 "linked" : [],
Original file line number Diff line number Diff line change 11{
22 "name" : " @callstack/repack-plugin-reanimated" ,
3+ "version" : " 5.0.0-rc.2" ,
34 "description" : " A plugin for @callstack/repack that integrates react-native-reanimated" ,
45 "author" : " Jakub Romańczyk <jakub.romanczyk@callstack.com>" ,
56 "license" : " MIT" ,
6- "version" : " 0.0.1" ,
7- "type" : " commonjs" ,
87 "homepage" : " https://github.com/callstack/repack" ,
98 "repository" : " github:callstack/repack" ,
10- "files " : [ " dist " ] ,
9+ "type " : " commonjs " ,
1110 "main" : " dist/index.js" ,
1211 "types" : " dist/index.d.ts" ,
12+ "files" : [" dist" ],
1313 "exports" : {
1414 "." : {
1515 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ export const REACT_NATIVE_LOADING_RULES: RuleSetRule = {
2626 targets : { 'react-native' : '0.74' } ,
2727 } ,
2828 jsc : {
29+ // helpers alter the order of execution and cause weird issues with reanimated
30+ // this is very likely an SWC issue
31+ // TODO - investigate and reenable helpers in the future
2932 externalHelpers : false ,
3033 loose : true ,
3134 parser : {
You can’t perform that action at this time.
0 commit comments