Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: undefined is not an object (evaluating 'ProcessingUI.Constants') #370

Open
theartificialguy opened this issue Aug 3, 2022 · 2 comments

Comments

@theartificialguy
Copy link

theartificialguy commented Aug 3, 2022

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:

System:
    OS: macOS 12.4
    CPU: (4) x64 Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz
    Memory: 587.46 MB / 8.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 16.15.1 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 7.24.2 - ~/Desktop/vugs-app/node_modules/.bin/npm
    Watchman: Not Found
  Managers:
    CocoaPods: 1.11.3 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5
    Android SDK:
      Android NDK: 24.0.8215888
  IDEs:
    Android Studio: 2021.2 AI-212.5712.43.2112.8609683
    Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild
  Languages:
    Java: 11.0.15 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.1 => 17.0.1 
    react-native: 0.64.3 => 0.64.3 
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

package.json:

{
  ...
  dependencies: {
    "expo": ">=44.0.0-0 <45.0.0",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.3",
    "react-native-video-processing": "^2.0.0",
  },
}

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!!

@Ghulamhaider12
Copy link

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Ghulamhaider12 @theartificialguy and others