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
Copy file name to clipboardExpand all lines: doc/readme.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
-[onPlaybackRateChange](#onPlaybackRateChange)
45
45
-[initialPlayerParams](#initialPlayerParams)
46
46
-[webViewStyle](#webViewStyle)
47
+
-[webViewProps](#webViewProps)
47
48
48
49
### Ref functions
49
50
@@ -231,6 +232,10 @@ The `playbackRate` that the API passes to the event listener function will be a
231
232
232
233
A style prop that will be given to the webview
233
234
235
+
## webViewProps
236
+
237
+
Props that are supplied to the underlying webview (react-native-webview). A full list of props can be found [here](https://github.com/react-native-community/react-native-webview/blob/master/docs/Reference.md#props-index)
0 commit comments