mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-05 19:54:25 +00:00
fix(ios): fix paused video by default (#4379)
* fix: update style to allow show control click * fix: push missing revert
This commit is contained in:
@@ -86,6 +86,7 @@ const styles = StyleSheet.create({
|
||||
fontSize: 11,
|
||||
color: 'white',
|
||||
padding: 10,
|
||||
paddingTop: 50,
|
||||
lineHeight: 12,
|
||||
},
|
||||
controlOption: {
|
||||
|
||||
@@ -86,6 +86,7 @@ const styles = StyleSheet.create({
|
||||
fontSize: 11,
|
||||
color: 'white',
|
||||
padding: 10,
|
||||
paddingTop: 50,
|
||||
lineHeight: 12,
|
||||
},
|
||||
controlOption: {
|
||||
|
||||
Reference in New Issue
Block a user