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
I am not able to see video player if I use it inside the model
{/* ======================= Modal Code ================ */}
<Modal
animationType="slide"
transparent={true}
visible={modalVisible}
onRequestClose={() => {
setModalVisible(!modalVisible);
}}>
Version
6.4.3
What platforms are you having the problem on?
Android
System Version
node 20.14.0
On what device are you experiencing the issue?
Real device
Architecture
Old architecture
What happened?
I am not able to see video player if I use it inside the model
{/* ======================= Modal Code ================ */}
<Modal
animationType="slide"
transparent={true}
visible={modalVisible}
onRequestClose={() => {
setModalVisible(!modalVisible);
}}>
dskdamdksak ROhn
<View
style={{
flex: 1,
backgroundColor: 'orange',
borderWidth: 1,
borderColor: 'orange',
marginTop: 22,
}}>
Reproduction
repository link
Reproduction
Step to reproduce this bug are:
The text was updated successfully, but these errors were encountered: