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
Describe the bug
On IOS
On a Expo managed app - I use the Expo Dev Client and do not have an ios or android directory
I get this error after installing expo-av, expo-video-player and @react-native-community/slider : requireNativeComponent: "RNCSlider" was not found in the UIManager
I can get rid of the error by specifying slider={{ visible: false }}
(I will copy this issue in @react-native-community/slider, please feel free to close/delete it if as I think it's not related)
To Reproduce
Steps to reproduce the behavior:
Install the 3 mentioned packages and run the app
Expected behavior
Not having an error
Additional information:
Type: Real device
Device: iPhone XS
OS: iOS 15
Package version: 2.0.4
Expo version: 44
Expo CLI version: 5.2.0
Additional context
Screenshots (if applicable)
The text was updated successfully, but these errors were encountered:
Describe the bug
On IOS
On a Expo managed app - I use the Expo Dev Client and do not have an ios or android directory
I get this error after installing expo-av, expo-video-player and @react-native-community/slider :
requireNativeComponent: "RNCSlider" was not found in the UIManager
I can get rid of the error by specifying
slider={{ visible: false }}
(I will copy this issue in @react-native-community/slider, please feel free to close/delete it if as I think it's not related)
To Reproduce
Steps to reproduce the behavior:
Install the 3 mentioned packages and run the app
Expected behavior
Not having an error
Additional information:
Additional context
Screenshots (if applicable)
The text was updated successfully, but these errors were encountered: