Skip to content

Commit da954fc

Browse files
committed
Remove duplicate codegen spec for video compression
- Removes RNVideoCompressorSpec from codegenConfig in package.json - Resolves duplicate symbol issues during iOS builds (#293) - Maintains full functionality including video compression on ios
1 parent b002be1 commit da954fc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,7 @@
197197
"name": "RNCompressorSpec",
198198
"type": "modules",
199199
"jsSrcsDir": "src"
200-
},
201-
{
202-
"name": "RNVideoCompressorSpec",
203-
"type": "modules",
204-
"jsSrcsDir": "src"
205200
}
206201
]
207202
}
208-
}
203+
}

0 commit comments

Comments
 (0)