Skip to content

Commit a8a4a7e

Browse files
committed
update readme
1 parent 705d703 commit a8a4a7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- [onPlaybackRateChange](#onPlaybackRateChange)
4545
- [initialPlayerParams](#initialPlayerParams)
4646
- [webViewStyle](#webViewStyle)
47+
- [webViewProps](#webViewProps)
4748

4849
### Ref functions
4950

@@ -231,6 +232,10 @@ The `playbackRate` that the API passes to the event listener function will be a
231232

232233
A style prop that will be given to the webview
233234

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)
238+
234239
# Ref functions
235240

236241
usage -

0 commit comments

Comments
 (0)