udgrate example to rn33 (#329)
This commit is contained in:
committed by
Matt Apperson
parent
4b8101398c
commit
7a1a0a82d0
@@ -82,8 +82,8 @@ public class ReactVideoViewManager extends SimpleViewManager<ReactVideoView> {
|
||||
videoView.setSrc(
|
||||
src.getString(PROP_SRC_URI),
|
||||
src.getString(PROP_SRC_TYPE),
|
||||
src.getBoolean(PROP_SRC_IS_NETWORK),,
|
||||
src.getBoolean(PROP_SRC_IS_ASSET)
|
||||
src.getBoolean(PROP_SRC_IS_NETWORK),
|
||||
src.getBoolean(PROP_SRC_IS_ASSET),
|
||||
mainVer,
|
||||
patchVer
|
||||
);
|
||||
|
Reference in New Issue
Block a user