Yash
Yash
### 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...
Current version installed in my project: "react-native-emoji-selector": "^0.2.0" I have tried to apply styles but nothing changed, wrapped around a `View` nothing changed.  Code: ``` const [input, setInput]...
So, I was trying to migrate my react-native-cli project to expo managed project, and I encountered this error. Any solution to this problem? does it not work with expo?
### Current Behavior The app crashes when `getVideoInfo(...)` method is called, below is a code snippet which replicates the crash:- ```js import { ProcessingManager } from 'react-native-video-processing'; ... console.log('VideoPath', VideoPath);...