Ilya Pyatkin
Ilya Pyatkin
@khattab93 @tiennm16 @santiagovazquez This seems to have been broken by #264. Since the time range is set on the AVMutableComposition, it no longer needs to be set on the AVAssetExportSession....
You can use this patch to fix the issue: ``` diff --git a/node_modules/react-native-css-interop/dist/runtime/native/api.js b/node_modules/react-native-css-interop/dist/runtime/native/api.js index 6db0750..f75b3e3 100644 --- a/node_modules/react-native-css-interop/dist/runtime/native/api.js +++ b/node_modules/react-native-css-interop/dist/runtime/native/api.js @@ -74,7 +74,10 @@ const remapProps = (component, mapping)...