Yash

Results 4 issues of 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. ![so (2)](https://user-images.githubusercontent.com/46284422/149218008-9e18e1f3-bd0d-43e1-ad87-3c3d94a5b55a.png) 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);...