udgrate example to rn33 (#329)

This commit is contained in:
Evgeniy Sokovikov
2016-09-20 04:46:15 +04:00
committed by Matt Apperson
parent 4b8101398c
commit 7a1a0a82d0
17 changed files with 271 additions and 173 deletions

View File

@@ -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
);