You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this runtime error as mentioned in the issue title. The build is succeeded, but after the js bundle has downloaded 100%, this error occurs: TypeError: undefined is not an object (evaluating 'ProcessingUI.Constants') (It happens only on iOS, the android build works - atleast it runs!)
Expected Behavior
The app should atleast run as the build succeeded.
Current Behavior
Getting this runtime error as mentioned in the issue title. The build is succeeded, but after the js bundle has downloaded 100%, this error occurs:
TypeError: undefined is not an object (evaluating 'ProcessingUI.Constants')
(It happens only on iOS, the android build works - atleast it runs!)Expected Behavior
The app should atleast run as the build succeeded.
My Environment
output of
npx react-native info
:package.json:
I followed all the steps as mentioned in the docs: https://www.npmjs.com/package/react-native-video-processing but I just can't seem to make it work... I also posted a SO question but no response... link to the question: https://stackoverflow.com/q/73118739/11685381
I need help asap!!
The text was updated successfully, but these errors were encountered: