2&&c0&&s>0&&null!=e.props.initialScrollIndex&&e.props.initialScrollIndex>0&&!e._hasDoneInitialScroll&&(e.scrollToIndex({animated:!1,index:e.props.initialScrollIndex}),e._hasDoneInitialScroll=!0),e.props.onContentSizeChange&&e.props.onContentSizeChange(t,s),e._scrollMetrics.contentLength=e._selectLength({height:s,width:t}),e._scheduleCellsToRenderUpdate(),e._maybeCallOnEndReached()},this._convertParentScrollMetrics=function(t){var s=t.offset-e._offsetFromParentVirtualizedList,r=t.visibleLength,i=s-e._scrollMetrics.offset;return{visibleLength:r,contentLength:e._scrollMetrics.contentLength,offset:s,dOffset:i}},this._onScroll=function(t){e._nestedChildLists.forEach(function(e){e.ref&&e.ref._onScroll(t)}),e.props.onScroll&&e.props.onScroll(t);var s=t.timeStamp,r=e._selectLength(t.nativeEvent.layoutMeasurement),i=e._selectLength(t.nativeEvent.contentSize),n=e._selectOffset(t.nativeEvent.contentOffset),o=n-e._scrollMetrics.offset;if(e._isNestedWithSameOrientation()){if(0===e._scrollMetrics.contentLength)return;var l=e._convertParentScrollMetrics({visibleLength:r,offset:n});r=l.visibleLength,i=l.contentLength,n=l.offset,o=l.dOffset}var a=e._scrollMetrics.timestamp?Math.max(1,s-e._scrollMetrics.timestamp):1,h=o/a;a>500&&e._scrollMetrics.dt>500&&i>5*r&&!e._hasWarned.perf&&(g("VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders components that follow React performance best practices like PureComponent, shouldComponentUpdate, etc.",{dt:a,prevDt:e._scrollMetrics.dt,contentLength:i}),e._hasWarned.perf=!0),e._scrollMetrics={contentLength:i,dt:a,dOffset:o,offset:n,timestamp:s,velocity:h,visibleLength:r},e._updateViewableItems(e.props.data),e.props&&(e._maybeCallOnEndReached(),0!==h&&e._fillRateHelper.activate(),e._computeBlankness(),e._scheduleCellsToRenderUpdate())},this._onScrollBeginDrag=function(t){e._nestedChildLists.forEach(function(e){e.ref&&e.ref._onScrollBeginDrag(t)}),e._viewabilityTuples.forEach(function(e){e.viewabilityHelper.recordInteraction()}),e._hasInteracted=!0,e.props.onScrollBeginDrag&&e.props.onScrollBeginDrag(t)},this._onScrollEndDrag=function(t){var s=t.nativeEvent.velocity;s&&(e._scrollMetrics.velocity=e._selectOffset(s)),e._computeBlankness(),e.props.onScrollEndDrag&&e.props.onScrollEndDrag(t)},this._onMomentumScrollEnd=function(t){e._scrollMetrics.velocity=0,e._computeBlankness(),e.props.onMomentumScrollEnd&&e.props.onMomentumScrollEnd(t)},this._updateCellsToRender=function(){var t=e.props,s=t.data,r=t.getItemCount,i=t.onEndReachedThreshold,n=e._isVirtualizationDisabled();e._updateViewableItems(s),s&&e.setState(function(t){var o=void 0;if(n){var l=e._scrollMetrics,a=l.contentLength,h=l.offset,c=l.visibleLength,p=a-c-h0)for(var d=o.first,u=o.last,f=d;f<=u;f++){var _=e._indicesToKeys.get(f),g=_&&e._cellKeysToChildListKeys.get(_);if(g){var m=!1,y=g,C=Array.isArray(y),b=0;for(y=C?y:y["function"==typeof Symbol?Symbol.iterator:"@@iterator"]();;){var L;if(C){if(b>=y.length)break;L=y[b++]}else{if((b=y.next()).done)break;L=b.value}var S=L,x=e._nestedChildLists.get(S);if(x&&x.ref&&x.ref.hasMore()){m=!0;break}}if(m){o.last=f;break}}}return o})},this._createViewToken=function(t,s){var r=e.props,i=r.data,n=r.getItem,o=r.keyExtractor,l=n(i,t);return{index:t,item:l,key:o(l,t),isViewable:s}},this._getFrameMetricsApprox=function(t){var s=e._getFrameMetrics(t);if(s&&s.index===t)return s;var r=e.props.getItemLayout;return m(!r,'Should not have to estimate frames when a measurement metrics function is provided'),{length:e._averageCellLength,offset:e._averageCellLength*t}},this._getFrameMetrics=function(t){var s=e.props,r=s.data,i=s.getItem,n=s.getItemCount,o=s.getItemLayout,l=s.keyExtractor;m(n(r)>t,'Tried to get frame for out of range index '+t);var a=i(r,t),h=a&&e._frames[l(a,t)];return h&&h.index===t||o&&(h=o(r,t)),h}},L=(function(e){function t(){var e,s,r,i;babelHelpers.classCallCheck(this,t);for(var n=arguments.length,o=Array(n),l=0;l0&&void 0!==arguments[0]?arguments[0]:{abort:!1};this._taskHandle&&(this._taskHandle.cancel(),t.abort||this._callback(),this._taskHandle=null)}},{key:"schedule",value:function(){var t=this;if(!this._taskHandle){var a=setTimeout(function(){t._taskHandle=s.runAfterInteractions(function(){t._taskHandle=null,t._callback()})},this._delay);this._taskHandle={cancel:function(){return clearTimeout(a)}}}}}]),t})();e.exports=i},232,[186]);
+__d(function(t,e,a,s,n){'use strict';var i=e(n[0]),l=e(n[1]),_=function t(){babelHelpers.classCallCheck(this,t),this.any_blank_count=0,this.any_blank_ms=0,this.any_blank_speed_sum=0,this.mostly_blank_count=0,this.mostly_blank_ms=0,this.pixels_blank=0,this.pixels_sampled=0,this.pixels_scrolled=0,this.total_time_spent=0,this.sample_count=0},r=[],h=10,o=null,u=(function(){function t(e){babelHelpers.classCallCheck(this,t),this._anyBlankStartTime=null,this._enabled=!1,this._info=new _,this._mostlyBlankStartTime=null,this._samplesStartTime=null,this._getFrameMetrics=e,this._enabled=(o||0)>Math.random(),this._resetData()}return babelHelpers.createClass(t,null,[{key:"addListener",value:function(t){return l(null!==o,'Call `FillRateHelper.setSampleRate` before `addListener`.'),r.push(t),{remove:function(){r=r.filter(function(e){return t!==e})}}}},{key:"setSampleRate",value:function(t){o=t}},{key:"setMinSampleCount",value:function(t){h=t}}]),babelHelpers.createClass(t,[{key:"activate",value:function(){this._enabled&&null==this._samplesStartTime&&(this._samplesStartTime=i())}},{key:"deactivateAndFlush",value:function(){if(this._enabled){var t=this._samplesStartTime;if(null!=t)if(this._info.sample_count0&&(o=Math.min(_,Math.max(0,m.offset-n)));for(var f=0,c=e.last,k=this._getFrameMetrics(c);c>=e.first&&(!k||!k.inLayout);)k=this._getFrameMetrics(c),c--;if(k&&c0?(this._anyBlankStartTime=h,this._info.any_blank_speed_sum+=r,this._info.any_blank_count++,this._info.pixels_blank+=p,y>.5&&(this._mostlyBlankStartTime=h,this._info.mostly_blank_count++)):(r<.01||Math.abs(s)<1)&&this.deactivateAndFlush(),y}},{key:"enabled",value:function(){return this._enabled}},{key:"_resetData",value:function(){this._anyBlankStartTime=null,this._info=new _,this._mostlyBlankStartTime=null,this._samplesStartTime=null}}]),t})();a.exports=u},233,[29,32]);
+__d(function(e,i,t,r,n){'use strict';var a=i(n[0]),s=(function(){function e(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{viewAreaCoveragePercentThreshold:0};babelHelpers.classCallCheck(this,e),this._hasInteracted=!1,this._timers=new Set,this._viewableIndices=[],this._viewableItems=new Map,this._config=i}return babelHelpers.createClass(e,[{key:"dispose",value:function(){this._timers.forEach(clearTimeout)}},{key:"computeViewableItems",value:function(e,i,t,r,n){var s=this._config,o=s.itemVisiblePercentThreshold,c=s.viewAreaCoveragePercentThreshold,h=null!=c,u=h?c:o;a(null!=u&&null!=o!=(null!=c),'Must set exactly one of itemVisiblePercentThreshold or viewAreaCoveragePercentThreshold');var f=[];if(0===e)return f;var v=-1,b=n||{first:0,last:e-1},d=b.first,m=b.last;a(m0)v=y,l(h,u,w,g,t,_.length)&&f.push(y);else if(v>=0)break}}return f}},{key:"onUpdate",value:function(e,i,t,r,n,a,s){var l=this;if((!this._config.waitForInteraction||this._hasInteracted)&&0!==e&&r(0)){var o=[];if(e&&(o=this.computeViewableItems(e,i,t,r,s)),this._viewableIndices.length!==o.length||!this._viewableIndices.every(function(e,i){return e===o[i]}))if(this._viewableIndices=o,this._config.minimumViewTime){var c=setTimeout(function(){l._timers.delete(c),l._onUpdateSync(o,a,n)},this._config.minimumViewTime);this._timers.add(c)}else this._onUpdateSync(o,a,n)}}},{key:"resetViewableIndices",value:function(){this._viewableIndices=[]}},{key:"recordInteraction",value:function(){this._hasInteracted=!0}},{key:"_onUpdateSync",value:function(e,i,t){var r=this;e=e.filter(function(e){return r._viewableIndices.includes(e)});var n=this._viewableItems,a=new Map(e.map(function(e){var i=t(e,!0);return[i.key,i]})),s=[],l=a,o=Array.isArray(l),c=0;for(l=o?l:l["function"==typeof Symbol?Symbol.iterator:"@@iterator"]();;){var h;if(o){if(c>=l.length)break;h=l[c++]}else{if((c=l.next()).done)break;h=c.value}var u=h,f=babelHelpers.slicedToArray(u,2),v=f[0],b=f[1];n.has(v)||s.push(b)}var d=n,m=Array.isArray(d),y=0;for(d=m?d:d["function"==typeof Symbol?Symbol.iterator:"@@iterator"]();;){var _;if(m){if(y>=d.length)break;_=d[y++]}else{if((y=d.next()).done)break;_=y.value}var w=_,g=babelHelpers.slicedToArray(w,2),p=g[0],I=g[1];a.has(p)||s.push(babelHelpers.extends({},I,{isViewable:!1}))}s.length>0&&(this._viewableItems=a,i({viewableItems:Array.from(a.values()),changed:s,viewabilityConfig:this._config}))}}]),e})();function l(e,i,t,r,n,a){if(c(t,r,n))return!0;var s=o(t,r,n);return 100*(e?s/n:s/a)>=i}function o(e,i,t){var r=Math.min(i,t)-Math.max(e,0);return Math.max(0,r)}function c(e,i,t){return e>=0&&i<=t&&i>e}t.exports=s},234,[18]);
+__d(function(t,r,e,a,n){'use strict';var i=r(n[0]);function s(t,r,e){for(var a=[],n=0,s=0;s=t[o]&&(a[o]=s,n++,o===t.length-1))return i(n===t.length,'bad offsets input, should be in increasing order: %s',JSON.stringify(t)),a;return a}function f(t,r){return r.last-r.first+1-Math.max(0,1+Math.min(r.last,t.last)-Math.max(r.first,t.first))}var l={computeWindowedRenderLimits:function(t,r,e,a){var n=t.data,i=t.getItemCount,l=t.maxToRenderPerBatch,o=t.windowSize,u=i(n);if(0===u)return r;var h=a.offset,m=a.velocity,v=a.visibleLength,c=Math.max(0,h),d=c+v,g=(o-1)*v,b=m>1?'after':m<-1?'before':'none',x=Math.max(0,c-.5*g),M=Math.max(0,d+.5*g);if(e(u-1).offset=L);){var T=S>=l,B=C<=r.first||C>r.last,I=C>y&&(!T||!B),J=O>=r.last||O=C&&C>=0&&O=y&&O<=L&&C<=R.first&&O>=R.last))throw new Error('Bad window calculation '+JSON.stringify({first:C,last:O,itemCount:u,overscanFirst:y,overscanLast:L,visible:R}));return{first:C,last:O}},elementsThatOverlapOffsets:s,newRangeCount:f};e.exports=l},235,[18]);
+__d(function(e,t,r,l,s){'use strict';var i=t(s[0]),a=t(s[1]),n=t(s[2]),o=t(s[3]),c=t(s[4]),p=(function(e){function t(){var e,r,l,s;babelHelpers.classCallCheck(this,t);for(var i=arguments.length,a=Array(i),n=0;n=0){var i=r.Children.toArray(e.props.children)[s].props.value;e.props.onValueChange(i,s)}else e.props.onValueChange(null,s)}e._lastNativePosition=t.nativeEvent.position,e.forceUpdate()}},m=a.create({pickerAndroid:{height:50}}),_={nativeOnly:{items:!0,selected:!0}},y=u('AndroidDropdownPicker',b,_),x=u('AndroidDialogPicker',b,_);s.exports=b},249,[40,111,108,150,120,112,121,134,127]);
+__d(function(e,t,r,o,s){'use strict';var n=t(s[0]),l=t(s[1]),i=t(s[2]),c=t(s[3]),a=(function(e){function t(){return babelHelpers.classCallCheck(this,t),babelHelpers.possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return babelHelpers.inherits(t,e),babelHelpers.createClass(t,[{key:"render",value:function(){return n.createElement(c,{style:[p.dummy,this.props.style]},n.createElement(i,{style:p.text},"ProgressViewIOS is not supported on this platform!"))}}]),t})(n.Component),p=l.create({dummy:{width:120,height:20,backgroundColor:'#ffbcbc',borderWidth:1,borderColor:'red',alignItems:'center',justifyContent:'center'},text:{color:'#333333',margin:5,fontSize:10}});r.exports=a},250,[111,150,164,152]);
+__d(function(t,s,c,e,i){'use strict';c.exports=s(i[0])},251,[152]);
+__d(function(e,t,r,s,a){'use strict';var i=t(a[0]),o=(t(a[1]),t(a[2])),l=(t(a[3]),t(a[4])),n=babelHelpers.extends({},l.defaultProps,{stickySectionHeadersEnabled:!1}),p=(function(e){function t(){var e,r,s,a;babelHelpers.classCallCheck(this,t);for(var i=arguments.length,o=Array(i),l=0;l=a.data.length+1)t-=a.data.length+1;else return-1===t?{section:a,key:i+':header',index:null,header:!0,trailingSection:this.props.sections[n+1]}:t===a.data.length?{section:a,key:i+':footer',index:null,header:!1,trailingSection:this.props.sections[n+1]}:{section:a,key:i+':'+(a.keyExtractor||r)(a.data[t],t),index:t,leadingItem:a.data[t-1],leadingSection:this.props.sections[n-1],trailingItem:a.data[t+1],trailingSection:this.props.sections[n+1]}}}},{key:"_getSeparatorComponent",value:function(e,t){if(!(t=t||this._subExtractor(e)))return null;var r=t.section.ItemSeparatorComponent||this.props.ItemSeparatorComponent,n=this.props.SectionSeparatorComponent,a=e===this.state.childProps.getItemCount()-1,i=t.index===t.section.data.length-1;return n&&i?n:!r||i||a?null:r}},{key:"_computeState",value:function(e){var t=e.ListHeaderComponent?1:0,r=[],n=e.sections.reduce(function(e,n){return r.push(e+t),e+n.data.length+2},0);return{childProps:babelHelpers.extends({},e,{renderItem:this._renderItem,ItemSeparatorComponent:void 0,data:e.sections,getItemCount:function(){return n},getItem:d,keyExtractor:this._keyExtractor,onViewableItemsChanged:e.onViewableItemsChanged?this._onViewableItemsChanged:void 0,stickyHeaderIndices:e.stickySectionHeadersEnabled?r:void 0})}}}]),babelHelpers.createClass(t,[{key:"UNSAFE_componentWillReceiveProps",value:function(e){this.setState(this._computeState(e))}},{key:"render",value:function(){return i.createElement(s,babelHelpers.extends({},this.state.childProps,{ref:this._captureRef}))}}]),t})(i.PureComponent);p.defaultProps=babelHelpers.extends({},s.defaultProps,{data:[]});var c=(function(e){function t(){var e,r,n,a;babelHelpers.classCallCheck(this,t);for(var i=arguments.length,o=Array(i),s=0;s0},_swipeFullSpeed:function(e){this.state.currentLeft.setValue(this._previousLeft+e.dx)},_swipeSlowSpeed:function(e){this.state.currentLeft.setValue(this._previousLeft+e.dx/4)},_isSwipingExcessivelyRightFromClosedPosition:function(e){var i=m?-e.dx:e.dx;return this._isSwipingRightFromClosed(e)&&i>120},_onPanResponderTerminationRequest:function(e,i){return!1},_animateTo:function(e){var i=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:300,t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:_;s.timing(this.state.currentLeft,{duration:n,toValue:e,useNativeDriver:!0}).start(function(){i._previousLeft=e,t()})},_animateToOpenPosition:function(){var e=m?-this.props.maxSwipeDistance:this.props.maxSwipeDistance;this._animateTo(-e)},_animateToOpenPositionWith:function(e,i){e=e>.3?e:.3;var n=Math.abs((this.props.maxSwipeDistance-Math.abs(i))/e),t=m?-this.props.maxSwipeDistance:this.props.maxSwipeDistance;this._animateTo(-t,n)},_animateToClosedPosition:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:300;this._animateTo(0,e)},_animateToClosedPositionDuringBounce:function(){this._animateToClosedPosition(300)},_animateBounceBack:function(e){var i=m?-30:30;this._animateTo(-i,e,this._animateToClosedPositionDuringBounce)},_isValidSwipe:function(e){return!(this.props.preventSwipeRight&&0===this._previousLeft&&e.dx>0)&&Math.abs(e.dx)>10},_shouldAnimateRemainder:function(e){return Math.abs(e.dx)>this.props.swipeThreshold||e.vx>.3},_handlePanResponderEnd:function(e,i){var n=m?-i.dx:i.dx;this._isSwipingRightFromClosed(i)?(this.props.onOpen(),this._animateBounceBack(300)):this._shouldAnimateRemainder(i)?n<0?(this.props.onOpen(),this._animateToOpenPositionWith(i.vx,n)):(this.props.onClose(),this._animateToClosedPosition()):0===this._previousLeft?this._animateToClosedPosition():this._animateToOpenPosition(),this.props.onSwipeEnd()}}),S=u.create({slideOutContainer:{bottom:0,left:0,position:'absolute',right:0,top:0}});n.exports=w},259,[178,245,260,111,108,150,175,152,155,16]);
+__d(function(e,n,o,t,r){'use strict';var a=n(r[0]),u=n(r[1]),s=u.currentCentroidXOfTouchesChangedAfter,d=u.currentCentroidYOfTouchesChangedAfter,i=u.previousCentroidXOfTouchesChangedAfter,c=u.previousCentroidYOfTouchesChangedAfter,p=u.currentCentroidX,v=u.currentCentroidY,h={_initializeGestureState:function(e){e.moveX=0,e.moveY=0,e.x0=0,e.y0=0,e.dx=0,e.dy=0,e.vx=0,e.vy=0,e.numberActiveTouches=0,e._accountsForMovesUpTo=0},_updateGestureStateOnMove:function(e,n){e.numberActiveTouches=n.numberActiveTouches,e.moveX=s(n,e._accountsForMovesUpTo),e.moveY=d(n,e._accountsForMovesUpTo);var o=e._accountsForMovesUpTo,t=i(n,o),r=s(n,o),a=c(n,o),u=d(n,o),p=e.dx+(r-t),v=e.dy+(u-a),h=n.mostRecentTimeStamp-e._accountsForMovesUpTo;e.vx=(p-e.dx)/h,e.vy=(v-e.dy)/h,e.dx=p,e.dy=v,e._accountsForMovesUpTo=n.mostRecentTimeStamp},create:function(e){var n={handle:null},o={stateID:Math.random()};return h._initializeGestureState(o),{panHandlers:{onStartShouldSetResponder:function(n){return void 0!==e.onStartShouldSetPanResponder&&e.onStartShouldSetPanResponder(n,o)},onMoveShouldSetResponder:function(n){return void 0!==e.onMoveShouldSetPanResponder&&e.onMoveShouldSetPanResponder(n,o)},onStartShouldSetResponderCapture:function(n){return 1===n.nativeEvent.touches.length&&h._initializeGestureState(o),o.numberActiveTouches=n.touchHistory.numberActiveTouches,void 0!==e.onStartShouldSetPanResponderCapture&&e.onStartShouldSetPanResponderCapture(n,o)},onMoveShouldSetResponderCapture:function(n){var t=n.touchHistory;return o._accountsForMovesUpTo!==t.mostRecentTimeStamp&&(h._updateGestureStateOnMove(o,t),!!e.onMoveShouldSetPanResponderCapture&&e.onMoveShouldSetPanResponderCapture(n,o))},onResponderGrant:function(t){return n.handle||(n.handle=a.createInteractionHandle()),o.x0=p(t.touchHistory),o.y0=v(t.touchHistory),o.dx=0,o.dy=0,e.onPanResponderGrant&&e.onPanResponderGrant(t,o),void 0===e.onShouldBlockNativeResponder||e.onShouldBlockNativeResponder()},onResponderReject:function(t){S(n,e.onPanResponderReject,t,o)},onResponderRelease:function(t){S(n,e.onPanResponderRelease,t,o),h._initializeGestureState(o)},onResponderStart:function(n){var t=n.touchHistory;o.numberActiveTouches=t.numberActiveTouches,e.onPanResponderStart&&e.onPanResponderStart(n,o)},onResponderMove:function(n){var t=n.touchHistory;o._accountsForMovesUpTo!==t.mostRecentTimeStamp&&(h._updateGestureStateOnMove(o,t),e.onPanResponderMove&&e.onPanResponderMove(n,o))},onResponderEnd:function(t){var r=t.touchHistory;o.numberActiveTouches=r.numberActiveTouches,S(n,e.onPanResponderEnd,t,o)},onResponderTerminate:function(t){S(n,e.onPanResponderTerminate,t,o),h._initializeGestureState(o)},onResponderTerminationRequest:function(n){return void 0===e.onPanResponderTerminationRequest||e.onPanResponderTerminationRequest(n,o)}},getInteractionHandle:function(){return n.handle}}}};function S(e,n,o,t){e.handle&&(a.clearInteractionHandle(e.handle),e.handle=null),n&&n(o,t)}o.exports=h},260,[186,261]);
+__d(function(_,t,E,o,r){'use strict';var s=t(r[0]).__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;E.exports=s.TouchHistoryMath},261,[43]);
+__d(function(e,t,n,o,r){'use strict';var s=t(r[0]),i=t(r[1]),u=t(r[2]),a=t(r[3]),c=t(r[4]),l=(function(e){function t(e,n){babelHelpers.classCallCheck(this,t);var o=babelHelpers.possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,n));return o._listViewRef=null,o._shouldBounceFirstRowOnMount=!1,o._onScroll=function(e){o.props.dataSource.getOpenRowID()&&o.setState({dataSource:o.state.dataSource.setOpenRowID(null)}),o.props.onScroll&&o.props.onScroll(e)},o._renderRow=function(e,t,n){var r=o.props.renderQuickActions(e,t,n);if(!r)return o.props.renderRow(e,t,n);var s=!1;return o._shouldBounceFirstRowOnMount&&(o._shouldBounceFirstRowOnMount=!1,s=n===o.props.dataSource.getFirstRowID()),u.createElement(c,{slideoutView:r,isOpen:e.id===o.props.dataSource.getOpenRowID(),maxSwipeDistance:o._getMaxSwipeDistance(e,t,n),key:n,onOpen:function(){return o._onOpen(e.id)},onClose:function(){return o._onClose(e.id)},onSwipeEnd:function(){return o._setListViewScrollable(!0)},onSwipeStart:function(){return o._setListViewScrollable(!1)},shouldBounceOnMount:s},o.props.renderRow(e,t,n))},o._shouldBounceFirstRowOnMount=o.props.bounceFirstRowOnMount,o.state={dataSource:o.props.dataSource},o}return babelHelpers.inherits(t,e),babelHelpers.createClass(t,null,[{key:"getNewDataSource",value:function(){return new a({getRowData:function(e,t,n){return e[t][n]},getSectionHeaderData:function(e,t){return e[t]},rowHasChanged:function(e,t){return e!==t},sectionHeaderHasChanged:function(e,t){return e!==t}})}}]),babelHelpers.createClass(t,[{key:"UNSAFE_componentWillReceiveProps",value:function(e){this.state.dataSource.getDataSource()!==e.dataSource.getDataSource()&&this.setState({dataSource:e.dataSource})}},{key:"render",value:function(){var e=this;return u.createElement(s,babelHelpers.extends({},this.props,{ref:function(t){e._listViewRef=t},dataSource:this.state.dataSource.getDataSource(),onScroll:this._onScroll,renderRow:this._renderRow}))}},{key:"_setListViewScrollable",value:function(e){this._listViewRef&&'function'==typeof this._listViewRef.setNativeProps&&this._listViewRef.setNativeProps({scrollEnabled:e})}},{key:"getScrollResponder",value:function(){if(this._listViewRef&&'function'==typeof this._listViewRef.getScrollResponder)return this._listViewRef.getScrollResponder()}},{key:"_getMaxSwipeDistance",value:function(e,t,n){return'function'==typeof this.props.maxSwipeDistance?this.props.maxSwipeDistance(e,t,n):this.props.maxSwipeDistance}},{key:"_onOpen",value:function(e){this.setState({dataSource:this.state.dataSource.setOpenRowID(e)})}},{key:"_onClose",value:function(e){this.setState({dataSource:this.state.dataSource.setOpenRowID(null)})}}]),t})(u.Component);l.propTypes={bounceFirstRowOnMount:i.bool.isRequired,dataSource:i.instanceOf(a).isRequired,maxSwipeDistance:i.oneOfType([i.number,i.func]).isRequired,renderRow:i.func.isRequired,renderQuickActions:i.func.isRequired},l.defaultProps={bounceFirstRowOnMount:!1,renderQuickActions:function(){return null}},n.exports=l},262,[225,108,111,263,259]);
+__d(function(t,e,i,n,s){'use strict';var o=e(s[0]),a=(function(){function t(e){var i=this;babelHelpers.classCallCheck(this,t),this._dataSource=new o({getRowData:e.getRowData,getSectionHeaderData:e.getSectionHeaderData,rowHasChanged:function(t,n){return t.id!==i._previousOpenRowID&&n.id===i._openRowID||t.id===i._previousOpenRowID&&n.id!==i._openRowID||e.rowHasChanged(t,n)},sectionHeaderHasChanged:e.sectionHeaderHasChanged})}return babelHelpers.createClass(t,[{key:"cloneWithRowsAndSections",value:function(t,e,i){return this._dataSource=this._dataSource.cloneWithRowsAndSections(t,e,i),this._dataBlob=t,this.rowIdentities=this._dataSource.rowIdentities,this.sectionIdentities=this._dataSource.sectionIdentities,this}},{key:"getDataSource",value:function(){return this._dataSource}},{key:"getOpenRowID",value:function(){return this._openRowID}},{key:"getFirstRowID",value:function(){return this.rowIdentities?this.rowIdentities[0]&&this.rowIdentities[0][0]:Object.keys(this._dataBlob)[0]}},{key:"getLastRowID",value:function(){if(this.rowIdentities&&this.rowIdentities.length){var t=this.rowIdentities[this.rowIdentities.length-1];if(t&&t.length)return t[t.length-1]}return Object.keys(this._dataBlob)[this._dataBlob.length-1]}},{key:"setOpenRowID",value:function(t){return this._previousOpenRowID=this._openRowID,this._openRowID=t,this._dataSource=this._dataSource.cloneWithRowsAndSections(this._dataBlob,this.sectionIdentities,this.rowIdentities),this}}]),t})();i.exports=a},263,[226]);
+__d(function(e,t,r,s,l){'use strict';var n=t(l[0]),o=t(l[1]),p=t(l[2]),a=t(l[3]),i=(function(e){function t(){return babelHelpers.classCallCheck(this,t),babelHelpers.possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return babelHelpers.inherits(t,e),babelHelpers.createClass(t,[{key:"render",value:function(){return n.createElement(a,{style:[this.props.style,c.tabGroup]},this.props.children)}}]),t})(n.Component);i.Item=p;var c=o.create({tabGroup:{flex:1}});r.exports=i},264,[111,150,265,152]);
+__d(function(e,t,r,s,l){'use strict';var o=t(l[0]),n=t(l[1]),p=t(l[2]),i=(function(e){function t(){return babelHelpers.classCallCheck(this,t),babelHelpers.possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return babelHelpers.inherits(t,e),babelHelpers.createClass(t,[{key:"render",value:function(){return this.props.selected?o.createElement(n,{style:[this.props.style,a.tab]},this.props.children):o.createElement(n,null)}}]),t})(o.Component),a=p.create({tab:{top:0,right:0,bottom:0,left:0,borderColor:'red',borderWidth:1}});r.exports=i},265,[111,152,150]);
+__d(function(e,t,n,s,o){'use strict';var i,a=t(o[0]),r=t(o[1]),l=t(o[2]),c=t(o[3]),u=(t(o[4]),t(o[5])),p=t(o[6]),h=t(o[7]),d=t(o[8]),f=t(o[9]),b=t(o[10]),g=t(o[11]),y=t(o[12]),v=t(o[13]),_=t(o[14]),S=t(o[15]),C=t(o[16]).ViewContextTypes,x=t(o[17]),m=t(o[18]),T=t(o[19]);t(o[20]);i=T('AndroidTextInput',null);var I=['phoneNumber','link','address','calendarEvent','none','all'],F=p({displayName:'TextInput',statics:{State:g},propTypes:babelHelpers.extends({},S,{autoCapitalize:h.oneOf(['none','sentences','words','characters']),autoCorrect:h.bool,spellCheck:h.bool,autoFocus:h.bool,allowFontScaling:h.bool,editable:h.bool,keyboardType:h.oneOf(['default','email-address','numeric','phone-pad','ascii-capable','numbers-and-punctuation','url','number-pad','name-phone-pad','decimal-pad','twitter','web-search','visible-password']),keyboardAppearance:h.oneOf(['default','light','dark']),returnKeyType:h.oneOf(['done','go','next','search','send','none','previous','default','emergency-call','google','join','route','yahoo']),returnKeyLabel:h.string,maxLength:h.number,numberOfLines:h.number,disableFullscreenUI:h.bool,enablesReturnKeyAutomatically:h.bool,multiline:h.bool,textBreakStrategy:h.oneOf(['simple','highQuality','balanced']),onBlur:h.func,onFocus:h.func,onChange:h.func,onChangeText:h.func,onContentSizeChange:h.func,onEndEditing:h.func,onSelectionChange:h.func,onSubmitEditing:h.func,onKeyPress:h.func,onLayout:h.func,onScroll:h.func,placeholder:h.string,placeholderTextColor:a,secureTextEntry:h.bool,selectionColor:a,selectionState:h.instanceOf(r),selection:h.shape({start:h.number.isRequired,end:h.number}),value:h.string,defaultValue:h.string,clearButtonMode:h.oneOf(['never','while-editing','unless-editing','always']),clearTextOnFocus:h.bool,selectTextOnFocus:h.bool,blurOnSubmit:h.bool,style:b.propTypes.style,underlineColorAndroid:a,inlineImageLeft:h.string,inlineImagePadding:h.number,dataDetectorTypes:h.oneOfType([h.oneOf(I),h.arrayOf(h.oneOf(I))]),caretHidden:h.bool,contextMenuHidden:h.bool,inputAccessoryViewID:h.string}),getDefaultProps:function(){return{allowFontScaling:!0}},mixins:[c,y],isFocused:function(){return g.currentlyFocusedField()===d.findNodeHandle(this._inputRef)},_inputRef:void 0,_focusSubscription:void 0,_lastNativeText:void 0,_lastNativeSelection:void 0,componentDidMount:function(){var e=this;this._lastNativeText=this.props.value,this.context.focusEmitter?(this._focusSubscription=this.context.focusEmitter.addListener('focus',function(t){e===t?e.requestAnimationFrame(e.focus):e.isFocused()&&e.blur()}),this.props.autoFocus&&this.context.onFocusRequested(this)):this.props.autoFocus&&this.requestAnimationFrame(this.focus)},componentWillUnmount:function(){this._focusSubscription&&this._focusSubscription.remove(),this.isFocused()&&this.blur()},getChildContext:function(){return{isInAParentText:!0}},childContextTypes:C,contextTypes:babelHelpers.extends({},C,{onFocusRequested:h.func,focusEmitter:h.instanceOf(l)}),clear:function(){this.setNativeProps({text:''})},render:function(){return this._renderAndroid()},_getText:function(){return'string'==typeof this.props.value?this.props.value:'string'==typeof this.props.defaultValue?this.props.defaultValue:''},_setNativeRef:function(e){this._inputRef=e},_renderIOSLegacy:function(){var e=void 0,t=babelHelpers.extends({},this.props);if(t.style=[this.props.style],t.selection&&null==t.selection.end&&(t.selection={start:t.selection.start,end:t.selection.start}),t.multiline){var n=t.children,s=0;u.Children.forEach(n,function(){return++s}),m(!(t.value&&s),'Cannot specify both value and children.'),s>=1&&(n=u.createElement(b,{style:t.style,allowFontScaling:t.allowFontScaling},n)),t.inputView&&(n=[n,t.inputView]),t.style.unshift(R.multilineInput),e=u.createElement(void 0,babelHelpers.extends({ref:this._setNativeRef},t,{children:n,onFocus:this._onFocus,onBlur:this._onBlur,onChange:this._onChange,onContentSizeChange:this.props.onContentSizeChange,onSelectionChange:this._onSelectionChange,onTextInput:this._onTextInput,onSelectionChangeShouldSetResponder:x.thatReturnsTrue,text:this._getText(),dataDetectorTypes:this.props.dataDetectorTypes,onScroll:this._onScroll}))}else e=u.createElement(void 0,babelHelpers.extends({ref:this._setNativeRef},t,{onFocus:this._onFocus,onBlur:this._onBlur,onChange:this._onChange,onSelectionChange:this._onSelectionChange,onSelectionChangeShouldSetResponder:x.thatReturnsTrue,text:this._getText()}));return u.createElement(v,{onLayout:t.onLayout,onPress:this._onPress,rejectResponderTermination:!0,accessible:t.accessible,accessibilityLabel:t.accessibilityLabel,accessibilityTraits:t.accessibilityTraits,nativeID:this.props.nativeID,testID:t.testID},e)},_renderIOS:function(){var e=babelHelpers.extends({},this.props);e.style=[this.props.style],e.selection&&null==e.selection.end&&(e.selection={start:e.selection.start,end:e.selection.start});var t=void e.multiline;e.multiline&&e.style.unshift(R.multilineInput);var n=u.createElement(t,babelHelpers.extends({ref:this._setNativeRef},e,{onFocus:this._onFocus,onBlur:this._onBlur,onChange:this._onChange,onContentSizeChange:this.props.onContentSizeChange,onSelectionChange:this._onSelectionChange,onTextInput:this._onTextInput,onSelectionChangeShouldSetResponder:x.thatReturnsTrue,text:this._getText(),dataDetectorTypes:this.props.dataDetectorTypes,onScroll:this._onScroll}));return u.createElement(v,{onLayout:e.onLayout,onPress:this._onPress,rejectResponderTermination:!0,accessible:e.accessible,accessibilityLabel:e.accessibilityLabel,accessibilityTraits:e.accessibilityTraits,nativeID:this.props.nativeID,testID:e.testID},n)},_renderAndroid:function(){var e=babelHelpers.extends({},this.props);e.style=[this.props.style],e.autoCapitalize=_.AndroidTextInput.Constants.AutoCapitalizationType[e.autoCapitalize||'sentences'];var t=this.props.children,n=0;u.Children.forEach(t,function(){return++n}),m(!(this.props.value&&n),'Cannot specify both value and children.'),n>1&&(t=u.createElement(b,null,t)),e.selection&&null==e.selection.end&&(e.selection={start:e.selection.start,end:e.selection.start});var s=u.createElement(i,babelHelpers.extends({ref:this._setNativeRef},e,{mostRecentEventCount:0,onFocus:this._onFocus,onBlur:this._onBlur,onChange:this._onChange,onSelectionChange:this._onSelectionChange,onTextInput:this._onTextInput,text:this._getText(),children:t,disableFullscreenUI:this.props.disableFullscreenUI,textBreakStrategy:this.props.textBreakStrategy,onScroll:this._onScroll}));return u.createElement(v,{onLayout:e.onLayout,onPress:this._onPress,accessible:this.props.accessible,accessibilityLabel:this.props.accessibilityLabel,accessibilityComponentType:this.props.accessibilityComponentType,nativeID:this.props.nativeID,testID:this.props.testID},s)},_onFocus:function(e){this.props.onFocus&&this.props.onFocus(e),this.props.selectionState&&this.props.selectionState.focus()},_onPress:function(e){(this.props.editable||void 0===this.props.editable)&&this.focus()},_onChange:function(e){this._inputRef&&this._inputRef.setNativeProps({mostRecentEventCount:e.nativeEvent.eventCount});var t=e.nativeEvent.text;this.props.onChange&&this.props.onChange(e),this.props.onChangeText&&this.props.onChangeText(t),this._inputRef&&(this._lastNativeText=t,this.forceUpdate())},_onSelectionChange:function(e){this.props.onSelectionChange&&this.props.onSelectionChange(e),this._inputRef&&(this._lastNativeSelection=e.nativeEvent.selection,(this.props.selection||this.props.selectionState)&&this.forceUpdate())},componentDidUpdate:function(){var e={};this._lastNativeText!==this.props.value&&'string'==typeof this.props.value&&(e.text=this.props.value);var t=this.props.selection;this._lastNativeSelection&&t&&(this._lastNativeSelection.start!==t.start||this._lastNativeSelection.end!==t.end)&&(e.selection=this.props.selection),Object.keys(e).length>0&&this._inputRef&&this._inputRef.setNativeProps(e),this.props.selectionState&&t&&this.props.selectionState.update(t.start,t.end)},_onBlur:function(e){this.blur(),this.props.onBlur&&this.props.onBlur(e),this.props.selectionState&&this.props.selectionState.blur()},_onTextInput:function(e){this.props.onTextInput&&this.props.onTextInput(e)},_onScroll:function(e){this.props.onScroll&&this.props.onScroll(e)}}),R=f.create({multilineInput:{paddingTop:5}});n.exports=F},266,[40,267,35,42,28,111,155,108,43,150,164,101,175,174,99,112,154,16,18,127,32]);
+__d(function(s,t,e,f,u){'use strict';var h=t(u[0]),i=(function(){function s(t,e){babelHelpers.classCallCheck(this,s),this._anchorOffset=t,this._focusOffset=e,this._hasFocus=!1}return babelHelpers.createClass(s,[{key:"update",value:function(s,t){this._anchorOffset===s&&this._focusOffset===t||(this._anchorOffset=s,this._focusOffset=t,this.emit('update'))}},{key:"constrainLength",value:function(s){this.update(Math.min(this._anchorOffset,s),Math.min(this._focusOffset,s))}},{key:"focus",value:function(){this._hasFocus||(this._hasFocus=!0,this.emit('focus'))}},{key:"blur",value:function(){this._hasFocus&&(this._hasFocus=!1,this.emit('blur'))}},{key:"hasFocus",value:function(){return this._hasFocus}},{key:"isCollapsed",value:function(){return this._anchorOffset===this._focusOffset}},{key:"isBackward",value:function(){return this._anchorOffset>this._focusOffset}},{key:"getAnchorOffset",value:function(){return this._hasFocus?this._anchorOffset:null}},{key:"getFocusOffset",value:function(){return this._hasFocus?this._focusOffset:null}},{key:"getStartOffset",value:function(){return this._hasFocus?Math.min(this._anchorOffset,this._focusOffset):null}},{key:"getEndOffset",value:function(){return this._hasFocus?Math.max(this._anchorOffset,this._focusOffset):null}},{key:"overlaps",value:function(s,t){return this.hasFocus()&&this.getStartOffset()<=t&&s<=this.getEndOffset()}}]),s})();h(i,{blur:!0,focus:!0,update:!0}),e.exports=i},267,[268]);
+__d(function(e,t,n,r,i){'use strict';var s=t(i[0]),_=t(i[1]),a=t(i[2]),o=t(i[3]),v=t(i[4])({__types:!0});var E={emit:function(e,t,n,r,i,s,_){return this.__getEventEmitter().emit(e,t,n,r,i,s,_)},emitAndHold:function(e,t,n,r,i,s,_){return this.__getEventEmitter().emitAndHold(e,t,n,r,i,s,_)},addListener:function(e,t,n){return this.__getEventEmitter().addListener(e,t,n)},once:function(e,t,n){return this.__getEventEmitter().once(e,t,n)},addRetroactiveListener:function(e,t,n){return this.__getEventEmitter().addRetroactiveListener(e,t,n)},addListenerMap:function(e,t){return this.__getEventEmitter().addListenerMap(e,t)},addRetroactiveListenerMap:function(e,t){return this.__getEventEmitter().addListenerMap(e,t)},removeAllListeners:function(){this.__getEventEmitter().removeAllListeners()},removeCurrentListener:function(){this.__getEventEmitter().removeCurrentListener()},releaseHeldEventType:function(e){this.__getEventEmitter().releaseHeldEventType(e)},__getEventEmitter:function(){if(!this.__eventEmitter){var e=new s,t=new a;this.__eventEmitter=new _(e,t)}return this.__eventEmitter}};n.exports=function(e,t){o(t,'Must supply set of valid event types');var n=e.prototype||e;o(!n.__eventEmitter,'An active emitter is already mixed in');var r=e.constructor;r&&o(r===Object||r===Function,'Mix EventEmitter into a class, not an instance'),n.hasOwnProperty(v)?babelHelpers.extends(n.__types,t):n.__types?n.__types=babelHelpers.extends({},n.__types,t):n.__types=t,babelHelpers.extends(n,E)}},268,[35,269,270,18,271]);
+__d(function(e,t,n,r,i){'use strict';var s=(function(){function e(t,n){babelHelpers.classCallCheck(this,e),this._emitter=t,this._eventHolder=n,this._currentEventToken=null,this._emittingHeldEvents=!1}return babelHelpers.createClass(e,[{key:"addListener",value:function(e,t,n){return this._emitter.addListener(e,t,n)}},{key:"once",value:function(e,t,n){return this._emitter.once(e,t,n)}},{key:"addRetroactiveListener",value:function(e,t,n){var r=this._emitter.addListener(e,t,n);return this._emittingHeldEvents=!0,this._eventHolder.emitToListener(e,t,n),this._emittingHeldEvents=!1,r}},{key:"removeAllListeners",value:function(e){this._emitter.removeAllListeners(e)}},{key:"removeCurrentListener",value:function(){this._emitter.removeCurrentListener()}},{key:"listeners",value:function(e){return this._emitter.listeners(e)}},{key:"emit",value:function(e){for(var t,n=arguments.length,r=Array(n>1?n-1:0),i=1;i1?r-1:0),s=1;s1?r-1:0),i=1;i. Was '+e.type.displayName),r.createElement(e.type,n)})},o._onPageScroll=function(e){o.props.onPageScroll&&o.props.onPageScroll(e),'on-drag'===o.props.keyboardDismissMode&&d()},o._onPageScrollStateChanged=function(e){o.props.onPageScrollStateChanged&&o.props.onPageScrollStateChanged(e.nativeEvent.pageScrollState)},o._onPageSelected=function(e){o.props.onPageSelected&&o.props.onPageSelected(e)},o.setPage=function(e){s.dispatchViewManagerCommand(i.findNodeHandle(o),s.AndroidViewPager.Commands.setPage,[e])},o.setPageWithoutAnimation=function(e){s.dispatchViewManagerCommand(i.findNodeHandle(o),s.AndroidViewPager.Commands.setPageWithoutAnimation,[e])},a=t,babelHelpers.possibleConstructorReturn(o,a)}return babelHelpers.inherits(n,e),babelHelpers.createClass(n,[{key:"componentDidMount",value:function(){null!=this.props.initialPage&&this.setPageWithoutAnimation(this.props.initialPage)}},{key:"render",value:function(){return r.createElement(h,babelHelpers.extends({},this.props,{ref:g,style:this.props.style,onPageScroll:this._onPageScroll,onPageScrollStateChanged:this._onPageScrollStateChanged,onPageSelected:this._onPageSelected,children:this._childrenWithOverridenStyle()}))}}]),n})(r.Component);u.propTypes=babelHelpers.extends({},p,{initialPage:l.number,onPageScroll:l.func,onPageScrollStateChanged:l.func,onPageSelected:l.func,pageMargin:l.number,keyboardDismissMode:l.oneOf(['none','on-drag']),scrollEnabled:l.bool,peekEnabled:l.bool});var h=c('AndroidViewPager',u);t.exports=u},275,[111,108,43,99,112,213,127]);
+__d(function(e,t,n,a,o){'use strict';var s=t(o[0]),r=t(o[1]),i=t(o[2]),l=t(o[3]),d=t(o[4]),p=t(o[5]),c=t(o[6]),g=t(o[7]),u=t(o[8]),h=t(o[9]),b=t(o[10]),m=t(o[11]),v=t(o[12]),f='webview',C=b({IDLE:null,LOADING:null,ERROR:null}),w=function(){return i.createElement(g,{style:y.loadingView},i.createElement(r,{style:y.loadingProgressBar}))},E=(function(e){function t(){var e,n,a,o;babelHelpers.classCallCheck(this,t);for(var s=arguments.length,r=Array(s),i=0;i=a.length)break;u=a[n++]}else{if((n=a.next()).done)break;u=n.value}var c=u,s=babelHelpers.slicedToArray(c,2),d=s[0],f=s[1];t[d]=f()}var b={},x=e._fileSources,y=Array.isArray(x),_=0;for(x=y?x:x["function"==typeof Symbol?Symbol.iterator:"@@iterator"]();;){var S;if(y){if(_>=x.length)break;S=x[_++]}else{if((_=x.next()).done)break;S=_.value}var p=S,v=babelHelpers.slicedToArray(p,2),g=v[0],k=v[1];b[g]=k()}i('BugReporting extraData:',t);var m=r(o[4]).BugReporting;m&&m.setExtraData&&m.setExtraData(t,b);var D=r(o[4]).RedBox;return D&&D.setExtraData&&D.setExtraData(t,'From BugReporting.js'),{extras:t,files:b}}}]),e})();c._extraSources=new n,c._fileSources=new n,c._subscription=null,c._redboxSubscription=null,t.exports=c},279,[34,48,97,280,20]);
+__d(function(e,t,r,a,i){'use strict';r.exports=function(){try{return"React tree dumps have been temporarily disabled while React is upgraded to Fiber."}catch(e){return'Failed to dump react tree: '+e}}},280,[]);
+__d(function(e,n,t,c,r){'use strict';var u=[],i={name:'default'},f={setActiveScene:function(e){i=e,u.forEach(function(e){return e(i)})},getActiveScene:function(){return i},addActiveSceneChangedListener:function(e){return u.push(e),{remove:function(){u=u.filter(function(n){return e!==n})}}}};t.exports=f},281,[]);
+__d(function(e,t,n,o,a){'use strict';var r=t(a[0]),l=t(a[1]),p=t(a[2]),s=t(a[3]);t(a[4]),n.exports=function(e,t,n,o){s(n,'Expect to have a valid rootTag, instead got ',n);var a=l.createElement(r,{rootTag:n,WrapperComponent:o},l.createElement(e,babelHelpers.extends({},t,{rootTag:n})));if(null!=e.prototype&&!0===e.prototype.unstable_isAsyncReactComponent){var c=l.unstable_AsyncMode;a=l.createElement(c,null,a)}p.render(a,n)}},282,[244,111,43,18,283]);
+__d(function(e,r,n,t,a){'use strict';var i=r(a[0]).DeviceEventManager,v=r(a[1]),o=new Set;v.addListener('hardwareBackPress',function(){for(var e=!0,r=Array.from(o.values()).reverse(),n=0;n=0&&(o='video'),i.saveToCameraRoll(e,o)}},{key:"getPhotos",value:function(e){if(arguments.length>1){console.warn('CameraRoll.getPhotos(tag, success, error) is deprecated. Use the returned Promise instead');var r=arguments[1],o=arguments[2]||function(){};i.getPhotos(e).then(r,o)}return i.getPhotos(e)}}]),e})());m.GroupTypesOptions=u,m.AssetTypeOptions=d,o.exports=m},287,[108,20,114,18]);
+__d(function(t,n,r,i,e){'use strict';var g=n(e[0]).Clipboard;r.exports={getString:function(){return g.getString()},setString:function(t){g.setString(t)}}},288,[20]);
+__d(function(e,t,n,r,i){'use strict';var c=t(i[0]).DatePickerAndroid;function o(e,t){var n=e[t];'object'==typeof n&&'function'==typeof n.getMonth&&(e[t]=n.getTime())}var a=(function(){function e(){babelHelpers.classCallCheck(this,e)}return babelHelpers.createClass(e,null,[{key:"open",value:function(e){return regeneratorRuntime.async(function(t){for(;;)switch(t.prev=t.next){case 0:return e&&(o(e,'date'),o(e,'minDate'),o(e,'maxDate')),t.abrupt("return",c.open(e));case 3:case"end":return t.stop()}},null,this)}},{key:"dateSetAction",get:function(){return'dateSetAction'}},{key:"dismissedAction",get:function(){return'dismissedAction'}}]),e})();n.exports=a},289,[20]);
+__d(function(e,n,o,a,r){'use strict';var t=n(r[0]).ImagePickerIOS,c={canRecordVideos:function(e){return t.canRecordVideos(e)},canUseCamera:function(e){return t.canUseCamera(e)},openCameraDialog:function(e,n,o){return e=babelHelpers.extends({videoMode:!1},e),t.openCameraDialog(e,n,o)},openSelectDialog:function(e,n,o){return e=babelHelpers.extends({showImages:!0,showVideos:!1},e),t.openSelectDialog(e,n,o)}};o.exports=c},290,[20]);
+__d(function(e,t,n,i,a){'use strict';var r=t(a[0]),s=t(a[1]),l=(t(a[2]),t(a[3])),o=s.IntentAndroid,u=(function(e){function t(){return babelHelpers.classCallCheck(this,t),babelHelpers.possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,o))}return babelHelpers.inherits(t,e),babelHelpers.createClass(t,[{key:"addEventListener",value:function(e,t){this.addListener(e,t)}},{key:"removeEventListener",value:function(e,t){this.removeListener(e,t)}},{key:"openURL",value:function(e){return this._validateURL(e),o.openURL(e)}},{key:"canOpenURL",value:function(e){return this._validateURL(e),o.canOpenURL(e)}},{key:"getInitialURL",value:function(){return o.getInitialURL()}},{key:"_validateURL",value:function(e){l('string'==typeof e,'Invalid URL: should be a string. Was: '+e),l(e,'Invalid URL: cannot be empty')}}]),t})(r);n.exports=new u},291,[72,20,28,18]);
+__d(function(e,n,t,o,i){'use strict';var r,c=n(i[0]),f=n(i[1]),u=n(i[2]),s=(n(i[3]),u.NetInfo),v=new f(s),a=new c;function d(e){return'none'!==e.type&&'unknown'!==e.type}r=function(e){return'NONE'!==e&&'UNKNOWN'!==e};var C=new c,g={addEventListener:function(e,n){var t=void 0;if('connectionChange'===e)t=v.addListener("networkStatusDidChange",function(e){n({type:e.connectionType,effectiveType:e.effectiveConnectionType})});else{if('change'!==e)return console.warn('Trying to subscribe to unknown event: "'+e+'"'),{remove:function(){}};console.warn('NetInfo\'s "change" event is deprecated. Listen to the "connectionChange" event instead.'),t=v.addListener("networkStatusDidChange",function(e){n(e.network_info)})}return a.set(n,t),{remove:function(){return g.removeEventListener(e,n)}}},removeEventListener:function(e,n){var t=a.get(n);t&&(t.remove(),a.delete(n))},fetch:function(){return console.warn('NetInfo.fetch() is deprecated. Use NetInfo.getConnectionInfo() instead.'),s.getCurrentConnectivity().then(function(e){return e.network_info})},getConnectionInfo:function(){return s.getCurrentConnectivity().then(function(e){return{type:e.connectionType,effectiveType:e.effectiveConnectionType}})},isConnected:{addEventListener:function(e,n){var t=function(t){'change'===e?n(r(t)):'connectionChange'===e&&n(d(t))};return C.set(n,t),g.addEventListener(e,t),{remove:function(){return g.isConnected.removeEventListener(e,n)}}},removeEventListener:function(e,n){var t=C.get(n);g.removeEventListener(e,t),C.delete(n)},fetch:function(){return g.getConnectionInfo().then(d)}},isConnectionExpensive:function(){return s.isConnectionMetered()}};t.exports=g},292,[48,72,20,28]);
+__d(function(e,t,i,o,n){'use strict';var a=t(n[0]),c=t(n[1]).PushNotificationManager,r=t(n[2]),l=new a(c),s=new Map,u=(function(){function e(t){var i=this;babelHelpers.classCallCheck(this,e),this._data={},this._remoteNotificationCompleteCallbackCalled=!1,this._isRemote=t.remote,this._isRemote&&(this._notificationId=t.notificationId),t.remote?Object.keys(t).forEach(function(e){var o=t[e];'aps'===e?(i._alert=o.alert,i._sound=o.sound,i._badgeCount=o.badge,i._category=o.category,i._contentAvailable=o['content-available'],i._threadID=o['thread-id']):i._data[e]=o}):(this._badgeCount=t.applicationIconBadgeNumber,this._sound=t.soundName,this._alert=t.alertBody,this._data=t.userInfo,this._category=t.category)}return babelHelpers.createClass(e,null,[{key:"presentLocalNotification",value:function(e){c.presentLocalNotification(e)}},{key:"scheduleLocalNotification",value:function(e){c.scheduleLocalNotification(e)}},{key:"cancelAllLocalNotifications",value:function(){c.cancelAllLocalNotifications()}},{key:"removeAllDeliveredNotifications",value:function(){c.removeAllDeliveredNotifications()}},{key:"getDeliveredNotifications",value:function(e){c.getDeliveredNotifications(e)}},{key:"removeDeliveredNotifications",value:function(e){c.removeDeliveredNotifications(e)}},{key:"setApplicationIconBadgeNumber",value:function(e){c.setApplicationIconBadgeNumber(e)}},{key:"getApplicationIconBadgeNumber",value:function(e){c.getApplicationIconBadgeNumber(e)}},{key:"cancelLocalNotifications",value:function(e){c.cancelLocalNotifications(e)}},{key:"getScheduledLocalNotifications",value:function(e){c.getScheduledLocalNotifications(e)}},{key:"addEventListener",value:function(t,i){var o;r('notification'===t||'register'===t||'registrationError'===t||'localNotification'===t,'PushNotificationIOS only supports `notification`, `register`, `registrationError`, and `localNotification` events'),'notification'===t?o=l.addListener("remoteNotificationReceived",function(t){i(new e(t))}):'localNotification'===t?o=l.addListener("localNotificationReceived",function(t){i(new e(t))}):'register'===t?o=l.addListener("remoteNotificationsRegistered",function(e){i(e.deviceToken)}):'registrationError'===t&&(o=l.addListener("remoteNotificationRegistrationError",function(e){i(e)})),s.set(t,o)}},{key:"removeEventListener",value:function(e,t){r('notification'===e||'register'===e||'registrationError'===e||'localNotification'===e,'PushNotificationIOS only supports `notification`, `register`, `registrationError`, and `localNotification` events');var i=s.get(e);i&&(i.remove(),s.delete(e))}},{key:"requestPermissions",value:function(e){var t={};return t=e?{alert:!!e.alert,badge:!!e.badge,sound:!!e.sound}:{alert:!0,badge:!0,sound:!0},c.requestPermissions(t)}},{key:"abandonPermissions",value:function(){c.abandonPermissions()}},{key:"checkPermissions",value:function(e){r('function'==typeof e,'Must provide a valid callback'),c.checkPermissions(e)}},{key:"getInitialNotification",value:function(){return c.getInitialNotification().then(function(t){return t&&new e(t)})}}]),babelHelpers.createClass(e,[{key:"finish",value:function(e){this._isRemote&&this._notificationId&&!this._remoteNotificationCompleteCallbackCalled&&(this._remoteNotificationCompleteCallbackCalled=!0,c.onFinishRemoteNotification(this._notificationId,e))}},{key:"getMessage",value:function(){return this._alert}},{key:"getSound",value:function(){return this._sound}},{key:"getCategory",value:function(){return this._category}},{key:"getAlert",value:function(){return this._alert}},{key:"getContentAvailable",value:function(){return this._contentAvailable}},{key:"getBadgeCount",value:function(){return this._badgeCount}},{key:"getData",value:function(){return this._data}},{key:"getThreadID",value:function(){return this._threadID}}]),e})();u.FetchResult={NewData:'UIBackgroundFetchResultNewData',NoData:'UIBackgroundFetchResultNoData',ResultFailed:'UIBackgroundFetchResultFailed'},i.exports=u},293,[72,20,18]);
+__d(function(n,t,o,e,s){'use strict';var r={get:function(n){return console.warn('Settings is not yet supported on Android'),null},set:function(n){console.warn('Settings is not yet supported on Android')},watchKeys:function(n,t){return console.warn('Settings is not yet supported on Android'),-1},clearWatch:function(n){console.warn('Settings is not yet supported on Android')}};o.exports=r},294,[]);
+__d(function(e,t,n,s,i){'use strict';t(i[0]);var o=t(i[1]),l=(t(i[2]),t(i[3])),r=(l.ActionSheetManager,l.ShareModule),a=(function(){function e(){babelHelpers.classCallCheck(this,e)}return babelHelpers.createClass(e,null,[{key:"share",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return o('object'==typeof e&&null!==e,'Content to share must be a valid object'),o('string'==typeof e.url||'string'==typeof e.message,'At least one of URL and message is required'),o('object'==typeof t&&null!==t,'Options must be a valid object'),o(!e.title||'string'==typeof e.title,'Invalid title: title should be a string.'),r.share(e,t.dialogTitle)}},{key:"sharedAction",get:function(){return'sharedAction'}},{key:"dismissedAction",get:function(){return'dismissedAction'}}]),e})();n.exports=a},295,[28,18,134,20]);
+__d(function(t,a,r,e,n){'use strict';var s=a(n[0]);r.exports=new s('StatusBarManager')},296,[72]);
+__d(function(e,t,n,r,i){'use strict';var s=t(i[0]).TimePickerAndroid,c=(function(){function e(){babelHelpers.classCallCheck(this,e)}return babelHelpers.createClass(e,null,[{key:"open",value:function(e){return regeneratorRuntime.async(function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",s.open(e));case 1:case"end":return t.stop()}},null,this)}},{key:"timeSetAction",get:function(){return'timeSetAction'}},{key:"dismissedAction",get:function(){return'dismissedAction'}}]),e})();n.exports=c},297,[20]);
+__d(function(r,t,e,a,n){'use strict';var i=t(n[0]).Vibration;t(n[1]);var o={vibrate:function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:400,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if('number'==typeof r)i.vibrate(r);else{if(!Array.isArray(r))throw new Error('Vibration pattern should be a number or array');i.vibrateByPattern(r,t?0:-1)}},cancel:function(){i.cancel()}};e.exports=o},298,[20,28]);
+__d(function(t,i,o,n,r){'use strict';var s=i(r[0]),a={vibrate:function(){s('VibrationIOS is not supported on this platform!')}};o.exports=a},299,[32]);
+__d(function(t,e,n,i,r){'use strict';var o=e(r[0]),s=(e(r[1]),e(r[2])),a=e(r[3]),l=e(r[4]),c=(e(r[5]),e(r[6])),u=e(r[7]),p=(e(r[8]),e(r[9]),e(r[10])),g=new o,m=new Map,f=[];function d(t){return!!f.some(function(e){return t.startsWith(e)})||Array.isArray(console.ignoredYellowBox)&&console.ignoredYellowBox.some(function(e){return t.startsWith(String(e))})}var y=function(t){var n=t.count,i=t.warning,o=t.onPress,a=e(r[11]),l=e(r[12]),c=e(r[13]),u=n>1?s.createElement(a,{style:x.listRowCount},'('+n+') '):null;return s.createElement(c,{style:x.listRow},s.createElement(l,{activeOpacity:.5,onPress:o,style:x.listRowContent,underlayColor:"transparent"},s.createElement(a,{style:x.listRowText,numberOfLines:2},u,i)))},h=function(t){var n=t.frame,i=e(r[11]),o=e(r[12]),a=n.file,l=n.lineNumber,c=void 0;if(a){var p=a.split('/');c=p[p.length-1]}else c='';return s.createElement(o,{activeOpacity:.5,style:x.openInEditorButton,underlayColor:"transparent",onPress:u.bind(null,a,l)},s.createElement(i,{style:x.inspectorCountText},c,":",l))},w=function(t){var n=t.warningInfo,i=t.warning,o=t.stacktraceVisible,l=t.onDismiss,c=t.onDismissAll,u=t.onMinimize,p=t.toggleStacktrace,g=e(r[14]),m=e(r[11]),f=e(r[12]),d=e(r[13]),y=n||{},w=y.count,b=y.stacktrace,E='Warning encountered '+w+' time'+(w-1?'s':'')+'.',v=void 0;return o&&b&&(v=s.createElement(d,{style:x.stacktraceList},b.map(function(t,e){return s.createElement(h,{frame:t,key:e})}))),s.createElement(d,{style:x.inspector},s.createElement(a,{style:x.safeArea},s.createElement(d,{style:x.inspectorCount},s.createElement(m,{style:x.inspectorCountText},E),s.createElement(f,{onPress:p,underlayColor:"transparent"},s.createElement(m,{style:x.inspectorButtonText},o?"\u25bc":"\u25b6"," Stacktrace"))),s.createElement(g,{style:x.inspectorWarning},v,s.createElement(m,{style:x.inspectorWarningText},i)),s.createElement(d,{style:x.inspectorButtons},s.createElement(f,{activeOpacity:.5,onPress:u,style:x.inspectorButton,underlayColor:"transparent"},s.createElement(m,{style:x.inspectorButtonText},"Minimize")),s.createElement(f,{activeOpacity:.5,onPress:l,style:x.inspectorButton,underlayColor:"transparent"},s.createElement(m,{style:x.inspectorButtonText},"Dismiss")),s.createElement(f,{activeOpacity:.5,onPress:c,style:x.inspectorButton,underlayColor:"transparent"},s.createElement(m,{style:x.inspectorButtonText},"Dismiss All")))))},b=(function(t){function n(t,e){babelHelpers.classCallCheck(this,n);var i=babelHelpers.possibleConstructorReturn(this,(n.__proto__||Object.getPrototypeOf(n)).call(this,t,e));return i.state={inspecting:null,stacktraceVisible:!1,warningMap:m},i.dismissWarning=function(t){var e=i.state,n=e.inspecting,r=e.warningMap;t?r.delete(t):r.clear(),i.setState({inspecting:t&&n!==t?n:null,warningMap:r})},i}return babelHelpers.inherits(n,t),babelHelpers.createClass(n,[{key:"componentDidMount",value:function(){var t=this,e=null;this._listener=g.addListener('warning',function(n){e=e||setImmediate(function(){e=null,t.setState({warningMap:n})})})}},{key:"componentDidUpdate",value:function(){var t,e,n=this.state.inspecting;null!=n&&(t=n,(e=m.get(t))&&!e.symbolicated&&(e.symbolicated=!0,p(e.stacktrace).then(function(e){var n=m.get(t);n&&(n.stacktrace=e,g.emit('warning',m))},function(e){m.get(t)&&(c('Failed to symbolicate warning, "%s":',t,e),g.emit('warning',m))})))}},{key:"componentWillUnmount",value:function(){this._listener&&this._listener.remove()}},{key:"render",value:function(){var t=this;if(console.disableYellowBox||0===this.state.warningMap.size)return null;var n=e(r[14]),i=e(r[13]),o=this.state,a=o.inspecting,l=o.stacktraceVisible,c=null!==a?s.createElement(w,{warningInfo:this.state.warningMap.get(a),warning:a,stacktraceVisible:l,onDismiss:function(){return t.dismissWarning(a)},onDismissAll:function(){return t.dismissWarning(null)},onMinimize:function(){return t.setState({inspecting:null})},toggleStacktrace:function(){return t.setState({stacktraceVisible:!l})}}):null,u=[];this.state.warningMap.forEach(function(e,n){d(n)||u.push(s.createElement(y,{key:n,count:e.count,warning:n,onPress:function(){return t.setState({inspecting:n})},onDismiss:function(){return t.dismissWarning(n)}}))});var p=[x.list,{height:Math.min(u.length,4.4)*(v+k)}];return s.createElement(i,{style:c?x.fullScreen:p},s.createElement(n,{style:p,scrollsToTop:!1},u),c)}}],[{key:"ignoreWarnings",value:function(t){t.forEach(function(t){-1===f.indexOf(t)&&f.push(t)})}}]),n})(s.Component),E=function(t){return'rgba(250, 186, 48, '+t+')'},v=1,k=46,C=Number.MAX_SAFE_INTEGER,x=l.create({fullScreen:{height:'100%',width:'100%',elevation:C,position:'absolute'},inspector:{backgroundColor:E(.95),height:'100%',paddingTop:5,elevation:C},inspectorButtons:{flexDirection:'row'},inspectorButton:{flex:1,paddingVertical:22,backgroundColor:E(1)},safeArea:{flex:1},stacktraceList:{paddingBottom:5},inspectorButtonText:{color:"white",fontSize:14,opacity:.8,textAlign:'center'},openInEditorButton:{paddingTop:5,paddingBottom:5},inspectorCount:{padding:15,paddingBottom:0,flexDirection:'row',justifyContent:'space-between'},inspectorCountText:{color:"white",fontSize:14},inspectorWarning:{flex:1,paddingHorizontal:15},inspectorWarningText:{color:"white",fontSize:16,fontWeight:'600'},list:{backgroundColor:'transparent',position:'absolute',left:0,right:0,bottom:0,elevation:C},listRow:{backgroundColor:E(.95),height:k,marginTop:v},listRowContent:{flex:1},listRowCount:{color:'rgba(255, 255, 255, 0.5)'},listRowText:{color:"white",position:'absolute',left:0,top:5,marginLeft:15,marginRight:15}});n.exports=b},300,[35,28,111,251,150,94,97,301,54,26,303,164,274,152,207]);
+__d(function(e,t,i,n,r){'use strict';var f=t(r[0]);i.exports=function(e,t){fetch(f().url+'open-stack-frame',{method:'POST',body:JSON.stringify({file:e,lineNumber:t})})}},301,[302]);
+__d(function(t,r,o,e,u){'use strict';var c=r(u[0]).SourceCode,i=void 0,l='http://localhost:8081/';o.exports=function(){if(void 0===i){var t=c&&c.scriptURL&&c.scriptURL.match(/^https?:\/\/.*?\//);i=t?t[0]:null}return{url:i||l,bundleLoadedFromServer:null!==i}}},302,[20]);
+__d(function(e,r,t,n,a){'use strict';var s=r(a[0]),o=r(a[1]).SourceCode,c=void 0;t.exports=function(t){var n,u,i,d,f;return regeneratorRuntime.async(function(p){for(;;)switch(p.prev=p.next){case 0:if(c||(c=e.fetch||r(a[2]).fetch),(n=s()).bundleLoadedFromServer){p.next=4;break}throw new Error('Bundle was not loaded from the packager');case 4:return u=t,o.scriptURL&&(i=!1,u=t.map(function(e){return i||(r=e.file,/^http/.test(r)||!/[\\/]/.test(r))?(i=!0,e):babelHelpers.extends({},e,{file:o.scriptURL});var r})),p.next=8,regeneratorRuntime.awrap(c(n.url+'symbolicate',{method:'POST',body:JSON.stringify({stack:u})}));case 8:return d=p.sent,p.next=11,regeneratorRuntime.awrap(d.json());case 11:return f=p.sent,p.abrupt("return",f.stack);case 13:case"end":return p.stop()}},null,this)}},303,[302,20,80]);
+__d(function(_,t,E,s,O){'use strict';var R=t(O[0]).__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;E.exports=R.takeSnapshot},304,[43]);
+__d(function(n,e,o,r,c){'use strict';var t=e(c[0]).LOG_LEVEL,s=t.INFO,u={setLogLevel:function(n){switch(n){case t.VERBOSE:case t.INFO:case t.WARN:case t.ERROR:case t.NONE:s=n;break;default:console.error("Invalid Warning Level: "+n)}},warn:function(n){return s>=t.WARN&&(console.warn(n),!0)},info:function(n){return s>=t.INFO&&(console.info(n),!0)},error:function(n){return s>=t.ERROR&&(console.error(n),!0)},log:function(n){return s>=t.INFO&&(console.log(n),!0)},verbose:function(n){return s>=t.VERBOSE&&(console.log(n),!0)},assertTrue:function(n,e){n&&error("ASSERT FAILED: ",e)}};o.exports=u},305,[306]);
+__d(function(E,e,_,S,A){UI_SIZES={VIDEOVIEW_PLAYPAUSE:60,CONTROLBAR_HEIGHT:75,VIDEOWATERMARK:30,LOADING_ICON:30,CONTROLBAR_ICONSIZE:20,CONTROLBAR_LABELSIZE:16,CC_PREVIEW_HEIGHT:80};MAX_DATE_VALUE=864e13,AUTOHIDE_DELAY=5e3,_.exports={UI_SIZES:UI_SIZES,BUTTON_NAMES:{PLAY:'Play',PLAY_PAUSE:'PlayPause',FULLSCREEN:'Fullscreen',FULLSCREEN_CLOSE:'Fullscreen Close',MORE:'moreOptions',DISMISS:'dismiss',VOLUME:'volume',REPLAY:'replay',REWIND:'rewind',TWITTER:'Twitter',FACEBOOK:'Facebook',GOOGLEPLUS:'GooglePlus',EMAIL:'Email',LEARNMORE:'LearnMore',DISCOVERY:'discovery',QUALITY:'quality',AUDIO_AND_CC:'audioAndCC',SHARE:'share',SETTING:'settings',STEREOSCOPIC:'stereoscopic',NONE:'None',RESET_AUTOHIDE:'ResetAutoHide',SKIP:'Skip',AD_ICON:'Icon',AD_OVERLAY:'Overlay',PIP:'PIP',UP_NEXT:'Select up next'},VIEW_NAMES:{TIME_SEEK_BAR:'seekBar',TIME_SEEK_BAR_THUMB:'seekBar_thumb',TIME_SEEK_BAR_PLAYED:'seekBar_played',TIME_SEEK_BAR_BACKGROUND:'seekBar_background',TIME_SEEK_BAR_BUFFERED:'seekBar_buffered'},IMG_URLS:{FACEBOOK:'http://static1.squarespace.com/static/54823afbe4b023af78555735/549860e4e4b03ff49a6f3da6/549860e5e4b01fe317edf760/1419276283280/facebook+logo+png+transparent+background.png',TWITTER:'https://g.twimg.com/ios_homescreen_icon.png',GOOGLEPLUS:'https://lh3.ggpht.com/1Ug9gpwI16ARkDni8VYezbIaETcukEtwrnzRyzqWKV2u15SGpZGSmHQDVX0uPlzmgg=w300',EMAIL:'http://www.themissionsuite.com/wp-content/uploads/2014/06/large.png',OOYALA_LOGO:'http://www.palantir.net/presentations/dcamsterdam2014-decoupled-drupal-silex/assets/ooyala-logo.png'},SCREEN_TYPES:{LOADING_SCREEN:'loading',VIDEO_SCREEN:'video',START_SCREEN:'start',DISCOVERY_END_SCREEN:'discovery_end',END_SCREEN:'end',PAUSE_SCREEN:'pause',AD_SCREEN:'ad',ERROR_SCREEN:'error'},OVERLAY_TYPES:{DISCOVERY_SCREEN:'discovery_screen',MOREOPTION_SCREEN:'moreOption',AUDIO_AND_CC_SCREEN:'audioAndCCScreen'},OOSTATES:{PAUSED:'paused'},LOG_LEVEL:{VERBOSE:4,INFO:3,WARN:2,ERROR:1,NONE:0},PLATFORMS:{ANDROID:'android',IOS:'ios'},MAX_DATE_VALUE:864e13,AUTOHIDE_DELAY:5e3,DESIRED_STATES:{DESIRED_PAUSE:'desired_pause',DESIRED_PLAY:'desired_play'},STRING_CONSTANTS:{SECONDS:'seconds',TOTAL_SECONDS:'seconds total time',VIDEO_SEEK_SCRUBBER:'video scrubber'},VALUES:{SEEK_VALUE:10},SAS_ERROR_CODES:{22:'account_device_limit',29:'entitlement_device_limit'},ERROR_MESSAGE:{account_device_limit:'Unable to register this device to this account, as the maximum number of authorized devices has already been reached. Error Code 22',entitlement_device_limit:'Unable to access this content, as the maximum number of devices has already been authorized. Error Code 29'},VIEW_ACCESSIBILITY_NAMES:{SCRUBBER_BAR_VIEW:'Scrubber bar',VOLUME_VIEW:'Volume view'},ACCESSIBILITY_LABELS:{SEEK_BAR_INFO:'Use two fingers to adjust the value'},ACCESSIBILITY_LABELS_TYPE:{SEEK_VIEWS:"seek_views"}}},306,[]);
+__d(function(e,t,n,s,i){"use strict";var a,o,r=t(i[0]),h=(babelHelpers.interopRequireDefault(r),t(i[1]),t(i[2])),c=t(i[3]),l=c.BUTTON_NAMES,d=(c.SCREEN_TYPES,c.OVERLAY_TYPES),p=(c.OOSTATES,c.PLATFORMS,c.AUTOHIDE_DELAY),u=c.MAX_DATE_VALUE,y=t(i[4]),k=t(i[5]),v=function(e,t){this.skin=e,this.bridge=t,this.ooyalaSkinBridgeListener=new y(e,this,t),this.ooyalaSkinPanelRenderer=new k(e,this,t)};v.prototype.mount=function(e){this.ooyalaSkinBridgeListener.mount(e),this.bridge.onMounted()},v.prototype.unmount=function(){this.ooyalaSkinBridgeListener.unmount()},v.prototype.emitDiscoveryOptionChosen=function(e){this.bridge.onDiscoveryRow(e)},v.prototype.dismissOverlay=function(){h.log("On Overlay Dismissed"),this.popFromOverlayStackAndMaybeResume()},v.prototype.onBackPressed=function(){return this.popFromOverlayStackAndMaybeResume()},v.prototype.handleLanguageSelection=function(e){h.log("onLanguageSelected:"+e),this.skin.setState({selectedLanguage:e}),this.bridge.onLanguageSelected({language:e})},v.prototype.handleAudioTrackSelection=function(e){h.log("onAudioTrackSelected:"+e),this.skin.setState({selectedAudioTrack:e}),this.bridge.onAudioTrackSelected({audioTrack:e})},v.prototype.handleMoreOptionsButtonPress=function(e){switch(e){case l.DISCOVERY:this.pushToOverlayStackAndMaybePause(d.DISCOVERY_SCREEN);break;case l.SHARE:this.ooyalaSkinPanelRenderer.renderSocialOptions();break;case l.QUALITY:case l.SETTING:}},v.prototype.handlePress=function(e){switch(e){case l.MORE:this.pushToOverlayStackAndMaybePause(d.MOREOPTION_SCREEN);break;case l.DISCOVERY:this.pushToOverlayStackAndMaybePause(d.DISCOVERY_SCREEN);break;case l.AUDIO_AND_CC:this.pushToOverlayStackAndMaybePause(d.AUDIO_AND_CC_SCREEN);break;case l.SHARE:this.ooyalaSkinPanelRenderer.renderSocialOptions();break;case l.QUALITY:case l.SETTING:break;default:this.bridge.onPress({name:e})}},v.prototype.handleScrub=function(e){this.bridge.onScrub({percentage:e})},v.prototype.handleIconPress=function(e){this.bridge.onPress({name:l.AD_ICON,index:e})},v.prototype.handleAdOverlayPress=function(e){this.bridge.onPress({name:l.AD_OVERLAY,clickUrl:e})},v.prototype.handleAdOverlayDismiss=function(){this.skin.setState({adOverlay:null})},v.prototype.shouldShowLandscape=function(){return this.skin.state.width>this.skin.state.height},v.prototype.shouldShowDiscoveryEndscreen=function(){var e=this.skin.props.endScreen||{},t=this.skin.props.upNext||{};return"discovery"===e.screenToShowOnEnd&&(!t.showUpNext||!1===t.showUpNext||!!this.skin.state.upNextDismissed)},v.prototype.showControls=function(){(new Date).getTime()-this.skin.state.lastPressedTime>p?this.handleControlsTouch():(h.verbose("handleVideoTouch - Time Zeroed"),this.skin.setState({lastPressedTime:new Date(0)}))},v.prototype.handleVideoTouchStart=function(e){this.skin.state.vrContent&&(a=e.nativeEvent.pageX,o=e.nativeEvent.pageY,this.bridge.handleTouchStart({x_location:e.nativeEvent.pageX,y_location:e.nativeEvent.pageY,touchTime:e.nativeEvent.timestamp,isClicked:!1}))},v.prototype.handleVideoTouchMove=function(e){this.skin.state.vrContent&&this.bridge.handleTouchMove({x_location:e.nativeEvent.pageX,y_location:e.nativeEvent.pageY,touchTime:e.nativeEvent.timestamp,isClicked:!1})},v.prototype.handleVideoTouchEnd=function(e){if(this.skin.state.vrContent&&e){var t=S(e.nativeEvent.pageX,e.nativeEvent.pageY);t&&this.showControls(),this.bridge.handleTouchEnd({x_location:e.nativeEvent.pageX,y_location:e.nativeEvent.pageY,touchTime:e.nativeEvent.timestamp,isClicked:t})}else this.showControls()},v.prototype.handleControlsTouch=function(){this.skin.state.screenReaderEnabled||!0!==this.skin.props.controlBar.autoHide?(h.verbose("handleVideoTouch infinite time"),this.skin.setState({lastPressedTime:new Date(u)})):(h.verbose("handleVideoTouch - Time set"),this.skin.setState({lastPressedTime:new Date}))},v.prototype.pushToOverlayStackAndMaybePause=function(e){0===this.skin.state.overlayStack.length&&this.skin.state.playing&&(h.log("New stack of overlays, pausing"),this.skin.setState({pausedByOverlay:!0}),this.bridge.onPress({name:l.PLAY_PAUSE}));var t=this.skin.state.overlayStack.push(e);return this.skin.forceUpdate(),t},v.prototype.clearOverlayStack=function(e){this.skin.setState({overlayStack:[]})},v.prototype.popFromOverlayStackAndMaybeResume=function(e){var t=this.skin.state.overlayStack.pop();return 0===this.skin.state.overlayStack.length&&this.skin.state.pausedByOverlay&&(h.log("Emptied stack of overlays, resuming"),this.skin.setState({pausedByOverlay:!1}),this.bridge.onPress({name:l.PLAY_PAUSE})),this.skin.forceUpdate(),t},v.prototype.renderScreen=function(){h.verbose("Rendering - Current Overlay stack: "+this.skin.state.overlayStack);var e=null;return this.skin.state.overlayStack.length>0?(e=this.skin.state.overlayStack[this.skin.state.overlayStack.length-1],h.verbose("Rendering Overlaytype: "+e)):h.verbose("Rendering screentype: "+this.skin.state.screenType),this.ooyalaSkinPanelRenderer.renderScreen(e,this.skin.state.inAdPod,this.skin.state.screenType)};var S=function(e,t){return Math.sqrt((e-a)*(e-a)+(t-o)*(t-o))<5};n.exports=v},307,[12,17,305,306,308,309]);
+__d(function(e,t,n,o,i){'use strict';var r=t(i[0]),s=t(i[1]),d=s.SCREEN_TYPES,a=s.OVERLAY_TYPES,l=function(e,t,n){r.log("SkinBridgeListener Created"),this.skin=e,this.core=t};l.prototype.mount=function(e){var t=this;r.log("SkinBridgeListener Mounted"),this.listeners=[];for(var n=[['timeChanged',function(e){return t.onTimeChange(e)}],['seekStarted',function(e){return t.onSeekStarted(e)}],['seekCompleted',function(e){return t.onSeekComplete(e)}],['ccStylingChanged',function(e){return t.onCcStylingChange(e)}],['currentItemChanged',function(e){return t.onCurrentItemChange(e)}],['frameChanged',function(e){return t.onFrameChange(e)}],['volumeChanged',function(e){return t.onVolumeChanged(e)}],['playCompleted',function(e){return t.onPlayComplete(e)}],['stateChanged',function(e){return t.onStateChange(e)}],['desiredStateChanged',function(e){return t.onDesiredStateChange(e)}],['discoveryResultsReceived',function(e){return t.onDiscoveryResult(e)}],['onClosedCaptionUpdate',function(e){return t.onClosedCaptionUpdate(e)}],['adStarted',function(e){return t.onAdStarted(e)}],['adSwitched',function(e){return t.onAdSwitched(e)}],['adPodStarted',function(e){return t.onAdPodStarted(e)}],['adPodCompleted',function(e){return t.onAdPodCompleted(e)}],['adOverlay',function(e){return t.onAdOverlay(e)}],['adError',function(e){return t.onAdError(e)}],['setNextVideo',function(e){return t.onSetNextVideo(e)}],['upNextDismissed',function(e){return t.onUpNextDismissed(e)}],['playStarted',function(e){return t.onPlayStarted(e)}],['error',function(e){return t.onError(e)}],['embedCodeSet',function(e){return t.onEmbedCodeSet(e)}],['controllerKeyPressEvent',function(e){return t.onControllerKeyPressed(e)}],['vrContentEvent',function(e){return t.handleVideoHasVRContent(e)}],['multiAudioEnabled',function(e){return t.handleVideoHasMultiAudio(e)}],['audioTrackChanged',function(e){return t.handleAudioTrackChanged(e)}]],o=0;or},getStyles:function(e){var t=r(o[4]);void 0==e&&(e={});var n={};for(var a in t)n[a]=t[a];for(var a in e)n[a]=e[a];return s.StyleSheet.create(n)},getTimerLabel:function(e){return e<10?"00:0"+(0|e).toString():e<60?"00:"+(0|e).toString():e<600?"0"+(e/60).toString()+":"+(e%60).toString():(e/60).toString()+":"+(e%60).toString()},isPlaying:function(e){return e>0},isPaused:function(e){return 0==e},secondsToString:function(e){var r='';e<0&&(r="-",e=-e);var t=new Date(1e3*e),n=t.getUTCHours(),o=t.getUTCMinutes(),a=t.getSeconds();a<10&&(a="0"+a),0==o?o="00":o<10&&(o="0"+o);var i=o+":"+a;return n>0&&(i=n+":"+i),r+i},localizedString:function(e,r,t){if('string'!=typeof r)return null;'string'!=typeof e&&(e=void 0),'object'==typeof t&&null!==t||(t={}),u.verbose("preferredLocale: "+e+", stringId: "+r+", localizableStrings:");var n=t.defaultLanguage?t.defaultLanguage:'en';return e&&t[e]&&t[e][r]?t[e][r]:t[n]&&t[n][r]?t[n][r]:r},stringForErrorCode:function(e){switch(e){case 0:return"Authorization failed";case 1:return"Invalid Authorization Response";case 2:return"Invalid Heartbeat";case 3:return"Content Tree Response Invalid";case 4:return"The signature of the Authorization Response is invalid";case 5:return"Content Tree Next failed";case 6:return"Playback Error";case 7:return"This video isn't encoded for your device";case 8:return"An internal error occurred";case 9:return"Invalid Metadata";case 10:return"Invalid Player Token";case 11:return"Authorization Error";case 12:return"Device binding failed";case 13:return"Device ID is too long";case 14:return"General error acquiring license";case 15:return"Failed to download a required file during the DRM workflow";case 16:return"Failed to complete device personalization during the DRM workflow";case 17:return"Failed to get rights for asset during the DRM workflow";case 18:return"The expected discovery parameters are not provided";case 19:return"A discovery network error occurred";case 20:return"A discovery response error occurred";case 21:return"No available streams";case 22:return"The provided PCode does not match the embed code owner";case 23:return"A download error occurred";case 24:return"You have exceeded the maximum number of concurrent streams";case 25:return"Failed to return the advertising ID";case 26:return"Failed to get discovery results";case 27:return"Failed to post discovery pins";case 28:return"Player and player content do not correspond";case 29:return"Failed to create VR player";case 30:return"An unknown error occurred";case 31:return"Geo access denied";default:return"An unknown error occurred"}},makeAccessibilityLabelWithParams:function(e,r,t){switch(t){case"seek_views":return e+". "+r;default:return value}}};t.exports=c},311,[12,17,305,312,314]);
+__d(function(t,e,s,o,r){var i=e(r[0]),l=babelHelpers.interopRequireDefault(i),n=e(r[1]),p=babelHelpers.interopRequireDefault(n),a=e(r[2]),u=e(r[3]).getStyles(e(r[4])),b=(e(r[5]),(function(t){function e(){return babelHelpers.classCallCheck(this,e),babelHelpers.possibleConstructorReturn(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return babelHelpers.inherits(e,t),babelHelpers.createClass(e,[{key:"render",value:function(){var t,e={fontSize:this.props.fontSize,fontFamily:this.props.fontFamily},s={color:null==this.props.buttonColor?"white":this.props.buttonColor};if(null!=this.props.style)t=this.props.style;else if("center"==this.props.position){t={position:'absolute',top:Math.round(.5*(this.props.frameHeight-this.props.buttonHeight)),left:Math.round(.5*(this.props.frameWidth-this.props.buttonWidth))}}else t=u[this.props.position];return p.default.createElement(a.TouchableHighlight,{accessible:!0,accessibilityLabel:this.props.name,accessibilityComponentType:"button",style:t,onPress:this.props.onPress,underlayColor:"transparent",activeOpacity:this.props.opacity},p.default.createElement(a.View,null,p.default.createElement(a.Text,{style:[u.buttonTextStyle,e,s,this.props.buttonStyle]},this.props.icon)))}}]),e})(p.default.Component));b.propTypes={icon:l.default.string,name:l.default.string,position:l.default.string,onPress:l.default.func,opacity:l.default.number,frameWidth:l.default.number,frameHeight:l.default.number,buttonWidth:l.default.number,buttonHeight:l.default.number,buttonColor:l.default.string,buttonStyle:l.default.object,fontSize:l.default.number,fontFamily:l.default.string,style:a.Text.propTypes.style},s.exports=b},312,[108,12,17,311,313,305]);
+__d(function(t,o,e,i,n){e.exports={topRight:{position:"absolute",top:10,right:10},topLeft:{position:"absolute",top:10,left:10},bottomRight:{position:"absolute",bottom:10,right:10},bottomLeft:{position:"absolute",bottom:10,left:10},playPauseButtonArea:{flex:1,flexDirection:"row",alignSelf:"center"},buttonTextContainer:{position:"absolute",justifyContent:"center",alignItems:"center",left:0,right:0,top:0,bottom:0},buttonTextStyle:{color:"white"}}},313,[]);
+__d(function(t,e,n,o,a){n.exports={loading:{flex:1,alignItems:'center',justifyContent:'center'},waterMarkContainer:{flexDirection:'row',height:8},waterMarkImageSW:{position:'absolute',bottom:20,left:20},waterMarkImageNE:{position:'absolute',top:20,right:20},waterMarkImageSE:{position:'absolute',bottom:20,right:20},waterMarkImage:{width:160,height:24,alignItems:'center',backgroundColor:'transparent',margin:10},infoPanelNW:{flexDirection:'column',backgroundColor:'transparent'},infoPanelSW:{position:'absolute',bottom:0,left:0},infoPanelTitle:{textAlign:'left',marginTop:20,marginLeft:10},infoPanelDescription:{textAlign:'left',margin:10}}},314,[]);
+__d(function(o,e,l,n,t){l.exports={container:{flex:1,flexDirection:"column",backgroundColor:"black",alignItems:"flex-start"},promoImageSmall:{width:180,height:90,margin:20}}},315,[]);
+__d(function(t,e,a,n,i){var o=e(i[0]),s=babelHelpers.interopRequireDefault(o),l=e(i[1]),p=babelHelpers.interopRequireDefault(l),u=e(i[2]),r=e(i[3]),c=r.BUTTON_NAMES,h=e(i[4]).getStyles(e(i[5])),y=(function(t){function e(){var t,a,n,i;babelHelpers.classCallCheck(this,e);for(var o=arguments.length,s=Array(o),l=0;l0?r>=l.length?(console.log("Warning: No multiplier value available for size "+r+" in multiplier array ["+l+"], falling back to the largest multiplier value available. Length of multiplier array should be one more than the length of the threshold array."),t*l[l.length-1]):t*l[r]:("number"!=typeof t&&console.log("Warning: baseSize must be a number."),("object"!=typeof l||l.length<=0)&&console.log("Warning: multiplier must be a non empty array."),0)},makeResponsiveValues:function(e,t,s){var i=this.getSize(e,s);return"object"==typeof t&&t.length>0?i>=t.length?(console.log("Warning: No value available for size "+i+" in values array ["+t+"], falling back to the largest value available. Length of values array should be one more than the length of the threshold array."),t[t.length-1]):t[i]:(console.log("Warning: values must be a non empty array."),0)},TestSuite:{Assert:function(){if(!arguments[0])throw new Error('ASSERTION FAILED: '+JSON.stringify(arguments))},AssertStrictEquals:function(){var e=arguments[0],t=arguments[1];if(e!==t){var s='ASSERTION FAILED: '+JSON.stringify(e)+' !== '+JSON.stringify(t);throw arguments.length>2&&(s+=" ("+JSON.stringify(Array.prototype.slice.call(arguments,2))+")"),new Error(s)}},TestResponsive_multiplier_medium:function(){var e=l.makeResponsiveMultiplier(500,100,[1,2,3],[200,800]);this.AssertStrictEquals(e,200,e)},TestResponsive_multiplier_medium_default:function(){var e=l.makeResponsiveMultiplier(500,100);this.AssertStrictEquals(e,100,e)},TestResponsive_multiplier_small:function(){var e=l.makeResponsiveMultiplier(100,100,[1,2,3],[200,800]);this.AssertStrictEquals(e,100,e)},TestResponsive_multiplier_small_border:function(){var e=l.makeResponsiveMultiplier(200,100,[1,2,3],[200,800]);this.AssertStrictEquals(e,100,e)},TestResponsive_multiplier_large_border:function(){var e=l.makeResponsiveMultiplier(800,100,[1,2,3],[200,800]);this.AssertStrictEquals(e,200,e)},TestResponsive_multiplier_large:function(){var e=l.makeResponsiveMultiplier(900,100,[1,2,3],[200,800]);this.AssertStrictEquals(e,300,e)},TestResponsive_multiplier_overflow:function(){var e=l.makeResponsiveMultiplier(900,100,[1],[200,800]);this.AssertStrictEquals(e,100,e)},TestResponsive_values_medium:function(){var e=l.makeResponsiveValues(500,[200,300,400],[200,800]);this.AssertStrictEquals(e,300,e)},TestResponsive_values_overflow:function(){var e=l.makeResponsiveValues(500,[200],[200,800]);this.AssertStrictEquals(e,200,e)},TestResponsive_values_empty_array:function(){var e=l.makeResponsiveValues(500,[],[200,800]);this.AssertStrictEquals(e,0,e)},Run:function(){for(var e=Object.keys(this).sort(),t=0;t=0},_collapse:function(t,i){for(var n={fit:i.slice(),overflow:[]},o=i.reduce(function(t,i,n,o){return i.minWidth?t+i.minWidth:t},0),e=i.length-1;e>=0;--e){var r=i[e];this._isOnlyInMoreOptions(r)&&(o=this._collapseLastItemMatching(n,r,o)),o>t&&this._isCollapsable(r)&&(o=this._collapseLastItemMatching(n,r,o))}return n},_isOnlyInMoreOptions:function(t){return"moreOptions"==t.location},_isCollapsable:function(t){return"controlBar"==t.location&&t.whenDoesNotFit&&"keep"!=t.whenDoesNotFit},_collapseLastItemMatching:function(t,i,n){var o=t.fit.lastIndexOf(i);return o>-1&&(t.fit.splice(o,1),t.overflow.unshift(i),i.minWidth&&(n-=i.minWidth)),n},_isOverflow:function(t){return t.whenDoesNotFit&&"moveToMoreOptions"==t.whenDoesNotFit}};n.exports=r},326,[]);
+__d(function(e,o,i,r,l){i.exports={controlBarContainer:{flexDirection:"row",marginHorizontal:20,flex:0,alignItems:"center",marginBottom:10},containerHidden:{flexDirection:"row",backgroundColor:"rgba(0,0,0,0.5)",height:0,overflow:"hidden"},icon:{color:"#8E8E8E"},iconTouchable:{padding:8},playheadLabel:{flex:0,flexDirection:"row",color:"#FFFFFF",fontFamily:"AvenirNext-DemiBold"},durationLabel:{flex:0,flexDirection:"row",color:"#B3B3B3",fontFamily:"AvenirNext-DemiBold"},completeTimeStyle:{flex:0,flexDirection:"row"},iconHighlighted:{color:"#E6E6E6"},volumeSlider:{height:30,width:100,alignSelf:"center"},placeholder:{flex:1},waterMarkImage:{width:120,height:18,alignItems:"center",backgroundColor:"transparent",margin:10}}},327,[]);
+__d(function(e,r,t,a,l){var n=r(l[0]),s=babelHelpers.interopRequireDefault(n),o=r(l[1]),i=r(l[2]).getStyles(),u=(function(e){function r(){return babelHelpers.classCallCheck(this,r),babelHelpers.possibleConstructorReturn(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return babelHelpers.inherits(r,e),babelHelpers.createClass(r,[{key:"render",value:function(){var e=i.waterMarkImageSE,r=s.default.createElement(o.Image,{style:[i.waterMarkImage,e],source:{uri:this.props.general.watermark.url},resizeMode:o.Image.resizeMode.contain});return s.default.createElement(o.View,{style:i.waterMarkContainer},r)}}]),r})(s.default.Component);t.exports=u},328,[12,17,311]);
+__d(function(e,t,l,r,n){var i=t(n[0]),s=babelHelpers.interopRequireDefault(i),a=t(n[1]),o=babelHelpers.interopRequireDefault(a),p=t(n[2]),u=t(n[3]).getStyles(t(n[4])),c=(function(e){function t(){return babelHelpers.classCallCheck(this,t),babelHelpers.possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return babelHelpers.inherits(t,e),babelHelpers.createClass(t,[{key:"render",value:function(){var e;return e=o.default.createElement(p.View,{style:u.infoPanelNW},o.default.createElement(p.Text,{style:u.infoPanelTitle},this.props.title),o.default.createElement(p.Text,{style:u.infoPanelDescription},this.props.description)),o.default.createElement(p.View,{style:u.container},e)}}]),t})(o.default.Component);c.propTypes={title:s.default.string,description:s.default.string},l.exports=c},329,[108,12,17,311,330]);
+__d(function(n,e,t,c,i){t.exports={container:{flexDirection:'column',alignItems:'center'}}},330,[]);
+__d(function(e,t,r,o,s){'use strict';var i=t(s[0]),a=babelHelpers.interopRequireDefault(i),n=t(s[1]),l=babelHelpers.interopRequireDefault(n),h=t(s[2]),u=babelHelpers.interopRequireDefault(h),p=t(s[3]),d=t(s[4]),c=d.VIEW_NAMES,f=d.UI_SIZES,b=d.PLATFORMS,g=d.VALUES,m=p.NativeModules.AndroidAccessibility,E=t(s[5]),S=t(s[6]),y=t(s[7]),v=t(s[8]),_=t(s[9]),B=S.getStyles(t(s[10])),C=(0,u.default)({displayName:'BottomOverlay',propTypes:{width:a.default.number,height:a.default.number,primaryButton:a.default.string,fullscreen:a.default.bool,cuePoints:a.default.array,playhead:a.default.number,duration:a.default.number,ad:a.default.object,volume:a.default.number,onPress:a.default.func,onScrub:a.default.func,handleControlsTouch:a.default.func.isRequired,isShow:a.default.bool,shouldShowProgressBar:a.default.bool,live:a.default.object,shouldShowLandscape:a.default.bool,screenReaderEnabled:a.default.bool,config:a.default.object,"\u0441losedCaptionsEnabled":a.default.bool,stereoSupported:a.default.bool,multiAudioEnabled:a.default.bool},getDefaultProps:function(){return{shouldShowProgressBar:!0}},getInitialState:function(){return this.props.isShow?{touch:!1,opacity:new p.Animated.Value(1),height:new p.Animated.Value(_.makeResponsiveMultiplier(this.props.width,f.CONTROLBAR_HEIGHT)),cachedPlayhead:-1}:{touch:!1,opacity:new p.Animated.Value(0),height:new p.Animated.Value(0),cachedPlayhead:-1}},componentDidUpdate:function(e,t){e.width!=this.props.width&&this.props.isShow&&this.state.height.setValue(_.makeResponsiveMultiplier(this.props.width,f.CONTROLBAR_HEIGHT)),e.isShow!=this.props.isShow&&(this.state.opacity.setValue(this.props.isShow?0:1),this.state.height.setValue(this.props.isShow?1:_.makeResponsiveMultiplier(this.props.width,f.CONTROLBAR_HEIGHT)),p.Animated.parallel([p.Animated.timing(this.state.opacity,{toValue:this.props.isShow?1:0,duration:500,delay:0}),p.Animated.timing(this.state.height,{toValue:this.props.isShow?_.makeResponsiveMultiplier(this.props.width,f.CONTROLBAR_HEIGHT):1,duration:500,delay:0})]).start())},componentDidMount:function(){var e=this;p.AccessibilityInfo.fetch().done(function(t){e.setState({accessibilityEnabled:t})})},componentWillReceiveProps:function(e){this.props.playhead!=e.playhead&&this.setState({cachedPlayhead:-1})},_renderProgressBarWidth:function(){return this.props.width-40},_renderTopOffset:function(e){return 7.5-e/2},_renderLeftOffset:function(e,t,r){return 20+t*r-e/2},_renderProgressScrubber:function(e){var t=this._renderProgressBarWidth(),r={top:this._renderTopOffset(14),left:this._renderLeftOffset(14,e,t)},o=this._customizeScrubber();return l.default.createElement(p.View,{testID:c.TIME_SEEK_BAR_THUMB,accessible:!1,accessibilityLabel:c.TIME_SEEK_BAR_THUMB,style:[o,r,{width:14,height:14}]})},getScrubberHandleColor:function(){return this.props.config.general.accentColor?this.props.config.general.accentColor:this.props.config.controlBar.scrubberBar.scrubberHandleColor?this.props.config.controlBar.scrubberBar.scrubberHandleColor:(E.error("controlBar.scrubberBar.scrubberHandleColor is not defined in your skin.json. Please update your skin.json file to the latest provided file, or add this to your skin.json"),"#4389FF")},_customizeScrubber:function(){var e=this.props.config.controlBar.scrubberBar.scrubberHandleBorderColor;return e||(E.error("controlBar.scrubberBar.scrubberHandleBorderColor is not defined in your skin.json. Please update your skin.json file to the latest provided file, or add this to your skin.json"),e="white"),{flex:0,position:"absolute",backgroundColor:this.getScrubberHandleColor(),borderRadius:100,borderWidth:1.5,borderColor:e}},_renderProgressBar:function(e){return l.default.createElement(y,{accessible:!1,ref:"progressBar",percent:e,config:this.props.config,ad:this.props.ad})},_renderCompleteProgressBar:function(){var e=this;if(this.props.shouldShowProgressBar){var t=this.playedPercent(this.props.playhead,this.props.duration);this.state.cachedPlayhead>=0&&(t=this.playedPercent(this.state.cachedPlayhead,this.props.duration));var r=S.makeAccessibilityLabelWithParams(d.VIEW_ACCESSIBILITY_NAMES.SCRUBBER_BAR_VIEW,d.ACCESSIBILITY_LABELS.SEEK_BAR_INFO,d.ACCESSIBILITY_LABELS_TYPE.SEEK_VIEWS);if(this.props.platform===b.IOS&&this.props.screenReaderEnabled){var o=this.props.config.controlBar.scrubberBar.playedColor||this.props.config.general.accentColor,s=this.props.config.controlBar.scrubberBar.bufferedColor;return l.default.createElement(p.Slider,{style:[{flexDirection:"row",height:5,marginVertical:6,marginHorizontal:20}],testID:c.TIME_SEEK_BAR,accessibilityLabel:r,minimumTrackTintColor:o,maximumTrackTintColor:s,value:this.props.playhead,maximumValue:this.props.duration,step:1,onValueChange:this._onValueChange})}return l.default.createElement(p.Animated.View,{testID:c.TIME_SEEK_BAR,accessible:this.state.accessibilityEnabled,accessibilityLabel:r,onTouchStart:function(t){return e.handleTouchStart(t)},onTouchMove:function(t){return e.handleTouchMove(t)},onTouchEnd:function(t){return e.handleTouchEnd(t)},style:B.progressBarStyle},this._renderProgressBar(t),this._renderProgressScrubber(!this.props.ad&&this.state.touch?this.touchPercent(this.state.x):t),this._renderCuePoints(this.props.cuePoints))}},_onValueChange:function(e){var t=this.props.playhead-e;t=t>=0?this.props.playhead-g.SEEK_VALUE:this.props.playhead+g.SEEK_VALUE;var r=this.playedPercent(t,this.props.duration);this.props.onScrub(r)},_getCuePointLeftOffset:function(e,t){var r=e/this.props.duration;return r>1&&(r=1),r<0&&(r=0),this._renderLeftOffset(8,r,t)},_renderCuePoints:function(e){if(e){for(var t,r,o=[],s=this._renderProgressBarWidth(),i=this._renderTopOffset(8),a=0;a1?r=1:r<0&&(r=0),r},touchPercent:function(e){var t=(e-20)/(this.props.width-40);return t>1?t=1:t<0&&(t=0),t},handleTouchStart:function(e){if(this.props.handleControlsTouch(),this.isMounted()){var t=_.makeResponsiveMultiplier(this.props.width,45);if(this.props.height-e.nativeEvent.pageYthis.props.height?h.thumbnailLandscape:h.thumbnailPortrait,o=this.props.width>this.props.height?h.columnContainerLandscape:h.columnContainerPortrait;this.state.impressionsFired||T.log("Firing Impressions for all "+this.props.dataSource.length+" discovery entries");var n={opacity:this.state.opacity};return c.default.createElement(d.Animated.View,{style:[g.panel,n]},this.renderHeader(),this.renderList(t,r,o),this.renderError())}}]),t})(c.default.Component);b.propTypes={onDismiss:l.default.func,localizableStrings:l.default.object,locale:l.default.string,dataSource:l.default.array,onRowAction:l.default.func,config:l.default.object,width:l.default.number,height:l.default.number,platform:l.default.string,screenType:l.default.string},r.exports=b},335,[108,12,17,311,336,338,339,340,341,306,305]);
+__d(function(e,t,r,o,l){var i=t(l[0]),a=babelHelpers.interopRequireDefault(i),n=t(l[1]),p=babelHelpers.interopRequireDefault(n),s=t(l[2]),h=t(l[3]).getStyles(t(l[4])),u="ResponsiveListPlaceHolder",d=(function(e){function t(){var e,r,o,l;babelHelpers.classCallCheck(this,t);for(var i=arguments.length,a=Array(i),n=0;n5&&(r=5);var l=[];if(null!=o.props.data)for(var i=Math.ceil(o.props.data.length/r),a=0;a=.95*t.props.duration;return{label:e?g.localizedString(t.props.locale,"LIVE",t.props.localizableStrings):g.localizedString(t.props.locale,"GO LIVE",t.props.localizableStrings),onGoLive:e?null:t.onGoLive}}return null},t.onGoLive=function(){h.log("onGoLive"),t.props.handlers.onScrub&&t.props.handlers.onScrub(1)},t.handlePress=function(e){h.verbose("VideoView Handle Press: "+e),t.state.showControls?"LIVE"==e?t.props.handlers.onScrub(1):t.props.handlers.onPress(e):(t.props.handlers.showControls(),t.props.handlers.onPress(e))},t._placeholderTapHandler=function(e){t.props.screenReaderEnabled?t.handlePress(E.PLAY_PAUSE):t.props.handlers.handleVideoTouchEnd(e)},t._createOnIcon=function(e,r){return function(){r(e)}},t._renderBottomOverlay=function(e){var r=t.props.availableClosedCaptionsLanguages&&t.props.availableClosedCaptionsLanguages.length>0;return i.default.createElement(d,{width:t.props.width,height:t.props.height,primaryButton:t.props.playing?"pause":"play",fullscreen:t.props.fullscreen,cuePoints:t.props.cuePoints,playhead:t.props.playhead,platform:t.props.platform,duration:t.props.duration,volume:t.props.volume,live:t.generateLiveObject(),onPress:function(e){return t.handlePress(e)},onScrub:function(e){return t.handleScrub(e)},handleControlsTouch:function(){return t.props.handlers.handleControlsTouch()},"\u0441losedCaptionsEnabled":r,showWatermark:t.props.showWatermark,isShow:e,screenReaderEnabled:t.props.screenReaderEnabled,stereoSupported:t.props.stereoSupported,multiAudioEnabled:t.props.multiAudioEnabled,config:{controlBar:t.props.config.controlBar,buttons:t.props.config.buttons,icons:t.props.config.icons,live:t.props.config.live,general:t.props.config.general}})},t._renderPlaceholder=function(){return i.default.createElement(p.View,{reactTag:1,accessible:!0,accessibilityLabel:"Video player. Tap twice to play or pause",style:b.placeholder,onTouchStart:function(e){return t.props.handlers.handleVideoTouchStart(e)},onTouchMove:function(e){return t.props.handlers.handleVideoTouchMove(e)},onTouchEnd:function(e){return t._placeholderTapHandler(e)}})},t._renderBottom=function(){var e,r=m.makeResponsiveMultiplier(w.VIDEOWATERMARK,w.VIDEOWATERMARK);if(t.props.platform===f.PLATFORMS.ANDROID&&(e=t.props.config.general.watermark.imageResource.androidResource),t.props.platform===f.PLATFORMS.IOS&&(e=t.props.config.general.watermark.imageResource.iosResource),e)var o=t._renderVideoWaterMark(e,r);return i.default.createElement(p.View,{style:{flexDirection:"row",justifyContent:"center",alignItems:"flex-end"}},t._renderClosedCaptions(e,r),o)},t._renderClosedCaptions=function(e,r){var o=t.props.width-20;e&&(o-=r);var n={color:t.props.captionStyles.textColor,fontFamily:t.props.captionStyles.fontName,backgroundColor:t.props.captionStyles.textBackgroundColor};return t.props.caption?i.default.createElement(p.View,{style:[v.closedCaptionsContainer,{padding:5,width:o}],onTouchEnd:function(e){return t.props.handlers.handleVideoTouchEnd(e)}},i.default.createElement(p.View,{style:[{backgroundColor:t.props.captionStyles.backgroundColor}]},i.default.createElement(p.Text,{style:[v.closedCaptions,n]},t.props.caption))):null},t._renderUpNext=function(){return t.props.live?null:i.default.createElement(u,{config:{upNext:t.props.config.upNext,icons:t.props.config.icons},ad:t.props.ad,playhead:t.props.playhead,duration:t.props.duration,nextVideo:t.props.nextVideo,upNextDismissed:t.props.upNextDismissed,onPress:function(e){return t.handlePress(e)},platform:t.props.platform,width:t.props.width})},t._renderPlayPause=function(e){var r=m.makeResponsiveMultiplier(t.props.width,w.VIDEOVIEW_PLAYPAUSE);return i.default.createElement(c,{icons:{play:{icon:t.props.config.icons.play.fontString,fontFamily:t.props.config.icons.play.fontFamilyName},pause:{icon:t.props.config.icons.pause.fontString,fontFamily:t.props.config.icons.pause.fontFamilyName}},position:"center",onPress:function(e){return t.handlePress(e)},frameWidth:t.props.width,frameHeight:t.props.height,buttonWidth:r,buttonHeight:r,platform:t.props.platform,fontSize:r,showButton:e,rate:t.props.rate,playing:t.props.playing,loading:t.props.loading,initialPlay:t.props.initialPlay})},t._renderVideoWaterMark=function(e,r){if(e)return i.default.createElement(p.View,{style:{flex:1,justifyContent:"flex-end",alignItems:"flex-end"}},i.default.createElement(y,{buttonWidth:r,buttonHeight:r,waterMarkName:e}))},t._renderAdOverlay=function(){if(!t.props.adOverlay)return null;var e=t.props.adOverlay.width,r=t.props.adOverlay.height,o=t.props.width-20;e>o&&(r=r/e*o,e=o);var n=(t.props.width-e)/2;return i.default.createElement(p.View,{accesible:!1,style:{height:r,width:e}},i.default.createElement(p.TouchableHighlight,{style:{left:n,bottom:10,width:e,height:r},onPress:t.handleOverlayClick},i.default.createElement(p.View,{style:b.container},i.default.createElement(p.Image,{style:b.container,source:{uri:t.props.adOverlay.resourceUrl},resizeMode:p.Image.resizeMode.contain}),i.default.createElement(p.TouchableHighlight,{style:v.dismissOverlay,onPress:t.props.handlers.onAdOverlayDismiss},i.default.createElement(p.Text,{style:v.dismissIcon},t.props.config.icons.dismiss.fontString)))))},t._renderLoading=function(){var e=m.makeResponsiveMultiplier(t.props.width,w.LOADING_ICON),r=t.props.platform==f.PLATFORMS.ANDROID?2:1,o={position:'absolute',top:Math.round(.5*(t.props.height-e*r)),left:Math.round(.5*(t.props.width-e*r)),width:e,height:e};if(t.props.loading)return i.default.createElement(p.ActivityIndicator,{style:o,size:"large"})},t.handleScrub=function(e){t.props.handlers.onScrub(e)},t.handleOverlayClick=function(){t.props.handlers.onAdOverlay(t.props.adOverlay.clickUrl)},n=o,babelHelpers.possibleConstructorReturn(t,n)}return babelHelpers.inherits(r,e),babelHelpers.createClass(r,[{key:"componentWillReceiveProps",value:function(e){}},{key:"render",value:function(){var e=(new Date).getTime()-this.props.lastPressedTime>S,r=!!this.props.screenReaderEnabled||!e;return i.default.createElement(p.View,{accessible:!1,style:b.container},this._renderPlaceholder(),this._renderBottom(),this._renderAdOverlay(),this._renderPlayPause(!this.props.screenReaderEnabled&&r),this._renderUpNext(),this._renderBottomOverlay(r),this._renderLoading())}}]),r})(i.default.Component);P.propTypes={rate:l.default.number,platform:l.default.string,playhead:l.default.number,buffered:l.default.number,duration:l.default.number,adOverlay:l.default.object,live:l.default.bool,width:l.default.number,height:l.default.number,volume:l.default.number,fullscreen:l.default.bool,cuePoints:l.default.array,stereoSupported:l.default.bool,multiAudioEnabled:l.default.bool,handlers:l.default.shape({onPress:l.default.func,onAdOverlay:l.default.func,onAdOverlayDismiss:l.default.func,onScrub:l.default.func,handleVideoTouchStart:l.default.func,handleVideoTouchMove:l.default.func,handleVideoTouchEnd:l.default.func,handleControlsTouch:l.default.func,showControls:l.default.func}),lastPressedTime:l.default.any,screenReaderEnabled:l.default.bool,closedCaptionsLanguage:l.default.string,availableClosedCaptionsLanguages:l.default.array,caption:l.default.string,captionStyles:l.default.object,showWatermark:l.default.bool,config:l.default.object,nextVideo:l.default.object,upNextDismissed:l.default.bool,localizableStrings:l.default.object,locale:l.default.string,playing:l.default.bool,loading:l.default.bool,initialPlay:l.default.bool},o.exports=P},344,[108,12,17,146,331,345,347,312,316,306,305,311,349,317,350,341]);
+__d(function(e,t,r,s,a){'use strict';var l=t(a[0]),o=babelHelpers.interopRequireDefault(l),p=t(a[1]),i=babelHelpers.interopRequireDefault(p),n=t(a[2]),d=t(a[3]),u=(f=t(a[4])).getStyles(t(a[5])),c=t(a[6]).BUTTON_NAMES,f=t(a[4]),b=(function(e){function t(){var e,r,s,a;babelHelpers.classCallCheck(this,t);for(var l=arguments.length,o=Array(l),p=0;p0&&(p+=":");var i="("+(a-l)+"/"+a+")",n=s.props.width-32;return e&&(n-=s.props.ad.measures.learnmore+32),d.verbose("width: "+s.props.width+". allowed: "+n+". learnmore: "+s.props.ad.measures.learnmore),d.verbose(". duration: "+s.props.ad.measures.duration+". count: "+s.props.ad.measures.count+". title: "+s.props.ad.measures.title+". prefix: "+s.props.ad.measures.prefix),s.props.ad.skipoffset>=0&&(n-=t?s.props.ad.measures.skipad+32:s.props.ad.measures.skipadintime+32),s.props.ad.measures.duration<=n&&(r=o,n-=s.props.ad.measures.duration,d.verbose("allowedAfterDuration: "+n),s.props.ad.measures.count<=n&&(r=i+r,n-=s.props.ad.measures.count,d.verbose("allowedAfterCount: "+n),s.props.ad.measures.title<=n&&(r=s.props.ad.title+r,n-=s.props.ad.measures.title,d.verbose("allowedAfterTitle: "+n),s.props.ad.measures.prefix<=n&&(r=p+r)))),r},a=r,babelHelpers.possibleConstructorReturn(s,a)}return babelHelpers.inherits(t,e),babelHelpers.createClass(t,[{key:"render",value:function(){var e,t,r,s=this.props.ad.clickUrl&&this.props.ad.clickUrl.length>0,a=this.props.playhead>=this.props.ad.skipoffset,l=this.generateResponsiveText(s,a),o=f.localizedString(this.props.locale,"Learn More",this.props.localizableStrings),p=f.localizedString(this.props.locale,"Skip Ad in ",this.props.localizableStrings),d=f.localizedString(this.props.locale,"Skip Ad",this.props.localizableStrings);return s&&(e=i.default.createElement(n.TouchableHighlight,{onPress:this.onLearnMore},i.default.createElement(n.View,{style:u.button},i.default.createElement(n.Text,{style:u.buttonText},o)))),this.props.ad.skipoffset>=0&&(a?t=i.default.createElement(n.TouchableHighlight,{onPress:this.onSkip},i.default.createElement(n.View,{style:u.button},i.default.createElement(n.Text,{style:u.buttonText},d))):r=i.default.createElement(n.Text,{allowFontScaling:!0,style:u.label},p+f.getTimerLabel(this.props.ad.skipoffset-this.props.playhead))),i.default.createElement(n.View,{style:u.container},i.default.createElement(n.Text,{allowFontScaling:!0,style:u.label},l),i.default.createElement(n.View,{style:u.placeholder}),e,r,t)}}]),t})(i.default.Component);b.propTypes={ad:o.default.object,playhead:o.default.number,duration:o.default.number,onPress:o.default.func,width:o.default.number,localizableStrings:o.default.object,locale:o.default.string},r.exports=b},345,[108,12,17,305,311,346,306]);
+__d(function(o,e,t,r,n){t.exports={container:{flexDirection:"row",alignItems:"center",backgroundColor:"rgba(0,0,0,0.5)"},label:{textAlign:"center",color:"white",fontSize:16,margin:10,padding:6,fontFamily:"AvenirNext-DemiBold"},placeholder:{flex:1},button:{backgroundColor:"transparent",padding:6,margin:10,borderRadius:5,borderColor:"white",borderWidth:1},buttonText:{textAlign:"center",color:"white",fontSize:16,fontFamily:"Roboto"}}},346,[]);
+__d(function(e,t,o,i,r){var s=t(r[0]),n=babelHelpers.interopRequireDefault(s),a=t(r[1]),l=babelHelpers.interopRequireDefault(a),p=t(r[2]),u=t(r[3]),c=u.BUTTON_NAMES,d=t(r[4]).getStyles(t(r[5])),f=t(r[6]),m=t(r[7]),h=(t(r[8]),10),b=(function(e){function t(){var e,o,i,r;babelHelpers.classCallCheck(this,t);for(var s=arguments.length,n=Array(s),a=0;a=0?i.props.duration-parseFloat(e.timeToShow.slice(0,-1)/100)*i.props.duration:isNaN(e.timeToShow)?h:parseInt(e.timeToShow):"number"==typeof e.timeToShow?e.timeToShow>0&&e.timeToShow<=1?i.props.duration-e.timeToShow*i.props.duration:e.timeToShow>1?e.timeToShow:h:h},i.isWithinShowUpNextBounds=function(){return parseInt(i.upNextDuration())>i.props.duration-i.props.playhead},i._renderDismissButton=function(){return l.default.createElement(p.TouchableHighlight,{accessible:!0,accessibilityLabel:c.DISMISS,accessibilityComponentType:"button",onPress:i.dismissUpNext,underlayColor:"transparent",style:d.dismissButtonContainer},l.default.createElement(p.Text,{style:[d.dismissButton,{fontFamily:i.props.config.icons.dismiss.fontFamilyName}]},i.props.config.icons.dismiss.fontString))},i.renderCountdownTimer=function(){return i.props.platform==u.PLATFORMS.ANDROID?l.default.createElement(m,{style:d.countdownView,countdown:{main_color:"#AAffffff",secondary_color:"#AA808080",fill_color:"#AA000000",text_color:"#AAffffff",stroke_width:5,text_size:25,max_time:i.upNextDuration(),progress:parseInt(i.upNextDuration()-(i.props.duration-i.props.playhead)),automatic:!1}}):i.props.platform==u.PLATFORMS.IOS?l.default.createElement(f,{style:d.countdownView,automatic:!1,time:i.upNextDuration(),timeLeft:i.props.duration-i.props.playhead,radius:9,fillAlpha:.7}):void 0},r=o,babelHelpers.possibleConstructorReturn(i,r)}return babelHelpers.inherits(t,e),babelHelpers.createClass(t,[{key:"render",value:function(){var e=this.props.config.upNext||{};if(this.isWithinShowUpNextBounds()&&!this.props.upNextDismissed&&!0===e.showUpNext&&!this.props.ad&&null!=this.props.nextVideo){var t=this.renderCountdownTimer(),o=l.default.createElement(p.ImageBackground,{source:{uri:this.props.nextVideo.imageUrl},style:d.thumbnail},l.default.createElement(p.TouchableHighlight,{style:d.thumbnail,onPress:this.clickUpNext,accessible:!0,accessibilityLabel:c.UP_NEXT},l.default.createElement(p.Text,{style:d.countdownText,accesible:!1},this.props.config.icons.play.fontString))),i=l.default.createElement(p.View,{style:d.textContainer},t,l.default.createElement(p.View,{style:d.titleContainer},l.default.createElement(p.Text,{style:d.title,numberOfLines:1},"Up next: ",this.props.nextVideo.name),l.default.createElement(p.Text,{style:d.description,numberOfLines:2},this.props.nextVideo.description))),r=this._renderDismissButton();return l.default.createElement(p.View,{style:d.container},o,i,r)}return null}}]),t})(l.default.Component);b.propTypes={config:n.default.object,playhead:n.default.number,duration:n.default.number,ad:n.default.object,nextVideo:n.default.object,onPress:n.default.func,upNextDismissed:n.default.bool,width:n.default.number,platform:n.default.string},o.exports=b},347,[108,12,17,306,311,348,338,339,317]);
+__d(function(t,i,n,o,e){n.exports={container:{backgroundColor:'rgba(22,22,22,0.9)',flexDirection:'row',height:80},thumbnailContainer:{marginRight:15},thumbnail:{height:80,flex:2,justifyContent:'center',alignItems:'center'},countdownText:{fontFamily:'ooyala-slick-type',fontSize:23,textAlign:'center',color:'white'},countdownView:{width:18,height:18,marginLeft:10},textContainer:{flex:5,flexDirection:'row',paddingTop:15,marginRight:15},titleContainer:{flex:1,flexDirection:'column'},title:{color:'white',fontWeight:'bold',marginLeft:10,fontSize:14,fontFamily:'Roboto'},description:{color:'white',marginTop:15,fontFamily:'GillSans',fontSize:11},dismissButtonContainer:{marginTop:20,marginRight:15},dismissButton:{fontSize:10,color:'white'}}},348,[]);
+__d(function(e,n,r,t,o){r.exports={fullscreenContainer:{flex:1,justifyContent:"center",alignItems:"center"},container:{flex:1,flexDirection:"column",backgroundColor:"transparent",overflow:"hidden"},placeholder:{flex:1,alignItems:"stretch",backgroundColor:"transparent"}}},349,[]);
+__d(function(e,t,r,a,n){var o=t(n[0]),l=babelHelpers.interopRequireDefault(o),s=t(n[1]),i=babelHelpers.interopRequireDefault(s),u=t(n[2]),p=(t(n[3]),t(n[4])),b=t(n[5]).getStyles(t(n[6])),c=(p.BUTTON_NAMES,p.IMG_URLS,p.UI_SIZES,(function(e){function t(){var e,r,a,n;babelHelpers.classCallCheck(this,t);for(var o=arguments.length,l=Array(o),s=0;s=.95*n.props.duration;return{label:e?b.localizedString(n.props.locale,"LIVE",n.props.localizableStrings):b.localizedString(n.props.locale,"GO LIVE",n.props.localizableStrings),onGoLive:e?null:n.onGoLive}}return null},n.onGoLive=function(){f.log("onGoLive"),n.props.handlers.onScrub&&n.props.handlers.onScrub(1)},n.handlePress=function(e){f.verbose("VideoView Handle Press: "+e),n.state.showControls&&"LIVE"==e?n.props.handlers.onScrub(1):n.props.handlers.onPress(e)},n._createOnIcon=function(e,r){return function(){r(e)}},n._renderBottomOverlay=function(e){return i.default.createElement(u,{width:n.props.width,height:n.props.height,primaryButton:n.props.playing?"pause":"play",fullscreen:n.props.fullscreen,cuePoints:n.props.cuePoints,playhead:n.props.playhead,platform:n.props.platform,duration:n.props.duration,ad:n.props.ad,volume:n.props.volume,live:n.generateLiveObject(),onPress:function(e){return n.handlePress(e)},onScrub:function(e){return n.handleScrub(e)},handleControlsTouch:function(){return n.props.handlers.handleControlsTouch()},showClosedCaptionsButton:!1,showWatermark:n.props.showWatermark,isShow:e,config:{controlBar:n.props.config.controlBar,buttons:n.props.config.buttons,icons:n.props.config.icons,live:n.props.config.live,general:n.props.config.general}})},n._renderAdBar=function(){return i.default.createElement(d,{ad:n.props.ad,playhead:n.props.playhead,duration:n.props.duration,onPress:n.handlePress,width:n.props.width,localizableStrings:n.props.localizableStrings,locale:n.props.locale})},n._renderPlaceholder=function(e){return i.default.createElement(p.View,{style:g.placeholder,onTouchEnd:function(e){return n.props.handlers.handleVideoTouch(e)}},e)},n._renderPlayPause=function(e){var r=y.makeResponsiveMultiplier(n.props.width,m.VIDEOVIEW_PLAYPAUSE);return i.default.createElement(c,{icons:{play:{icon:n.props.config.icons.play.fontString,fontFamily:n.props.config.icons.play.fontFamilyName},pause:{icon:n.props.config.icons.pause.fontString,fontFamily:n.props.config.icons.pause.fontFamilyName}},position:"center",onPress:function(e){return n.handlePress(e)},frameWidth:n.props.width,frameHeight:n.props.height,buttonWidth:r,buttonHeight:r,platform:n.props.platform,fontSize:r,showButton:e,rate:n.props.rate,playing:n.props.playing,loading:n.props.loading,initialPlay:n.props.initialPlay})},n.handleScrub=function(e){n.props.handlers.onScrub(e)},n.handleTouchEnd=function(e){n.props.handlers.handleVideoTouch()},n._renderAdIcons=function(){var e=[];for(var r in n.props.ad.icons){var o=n.props.ad.icons[r];if(!(n.props.playheado.offset+o.duration)){var t=o.x,a=o.y,l={position:"absolute",width:o.width,height:o.height,backgroundColor:"transparent"},s=tP,o=this.props.ad&&this.props.ad.requireControls,n=!this.props.ad,t=!!this.props.screenReaderEnabled||!r&&(o||n),a=null,l=null;return this.props.ad&&(a=this.props.ad.requireAdBar&&this.props.config.adScreen.showAdMarquee?this._renderAdBar():null,this.props.ad.icons&&(l=this._renderAdIcons())),this.props.config.adScreen.showControlBar?i.default.createElement(p.View,{style:g.container},a,this._renderPlaceholder(l),this._renderPlayPause(!this.props.screenReaderEnabled&&t),this._renderBottomOverlay(t)):(this.props.playing||(e=this._renderPlayPause(!this.props.screenReaderEnabled&&t)),i.default.createElement(p.View,{style:g.container},a,this._renderPlaceholder(l),e))}}]),r})(i.default.Component);v.propTypes={rate:l.default.number,platform:l.default.string,playhead:l.default.number,buffered:l.default.number,duration:l.default.number,ad:l.default.object,live:l.default.bool,width:l.default.number,height:l.default.number,volume:l.default.number,fullscreen:l.default.bool,cuePoints:l.default.array,handlers:l.default.shape({onPress:l.default.func,onIcon:l.default.func,onScrub:l.default.func,handleVideoTouch:l.default.func,handleControlsTouch:l.default.func}),lastPressedTime:l.default.any,screenReaderEnabled:l.default.bool,showWatermark:l.default.bool,config:l.default.object,nextVideo:l.default.object,upNextDismissed:l.default.bool,localizableStrings:l.default.object,locale:l.default.string,playing:l.default.bool,loading:l.default.bool,initialPlay:l.default.bool},v.defaultProps={playhead:0,buffered:0,duration:1},o.exports=v},352,[108,12,17,146,331,345,347,312,316,306,305,311,349,317,350]);
+__d(function(e,t,i,n,l){'use strict';var o=t(l[0]),a=babelHelpers.interopRequireDefault(o),r=t(l[1]),s=babelHelpers.interopRequireDefault(r),c=t(l[2]),p=t(l[3]).BUTTON_NAMES,u=t(l[4]),d=t(l[4]).getStyles(t(l[5])),g=t(l[6]),f={undefinedLanguageTitle:"Undefined language",noLinguisticContentTitle:"No linguistic content",offButtonTitle:"Off",audioHeaderViewSectionTitle:"Audio",subtitlesHeaderViewSectionTitle:"Subtitles"},S=(function(e){function t(){var e,i,n,l;babelHelpers.classCallCheck(this,t);for(var o=arguments.length,a=Array(o),r=0;r1,t=this.props.closedCaptionsLanguages&&this.props.closedCaptionsLanguages.length>0,i={opacity:this.state.opacity};return s.default.createElement(c.Animated.View,{style:[d.panelContainer,d.panel,i]},this.renderHeaderView(e,t),this.renderPanelsContainerView(e,t))}}]),t})(s.default.Component);S.propTypes={audioTracksTitles:a.default.array,selectedAudioTrackTitle:a.default.string,closedCaptionsLanguages:a.default.array,selectedClosedCaptionsLanguage:a.default.string,onSelectAudioTrack:a.default.func,onSelectClosedCaptions:a.default.func,onDismiss:a.default.func,width:a.default.number,height:a.default.number,config:a.default.object},i.exports=S},353,[108,12,17,306,311,354,355]);
+__d(function(e,t,i,n,o){i.exports={panel:{flex:1,backgroundColor:"rgba(255, 255, 255, 0.2)"},panelContainer:{flex:1,flexDirection:"column",alignItems:"stretch"},panelHeaderView:{flexDirection:"row",alignItems:"center",backgroundColor:"transparent",borderBottomColor:"black",borderBottomWidth:2,height:44},panelItemSelectionContainerView:{flex:1,flexDirection:"row",alignItems:"stretch",backgroundColor:"transparent"},panelItemSelectionView:{flex:1,backgroundColor:"transparent"},panelItemSelectionContainerSeparationView:{width:2,backgroundColor:"black"},panelHeaderViewLeftView:{flex:1,flexDirection:"row",alignItems:"center"},panelHeaderViewLeftText:{flex:1,fontSize:16,minWidth:0,textAlign:"left",marginLeft:10,fontWeight:"bold",color:"white"},panelHeaderViewRightView:{flex:1,alignItems:"center",flexDirection:"row"},panelHeaderViewRightText:{flex:1,minWidth:0,fontSize:16,marginLeft:10,fontWeight:"bold",color:"white"},dismissButton:{flex:-1,height:42,width:44,justifyContent:"center",alignItems:"center",flexDirection:"column"},dismissIcon:{flex:-1,maxHeight:42,minHeight:0,maxWidth:44,minWidth:16,textAlign:"center",fontFamily:"ooyala-slick-type",fontSize:16,color:"white"}}},354,[]);
+__d(function(e,t,r,l,n){'use strict';var s=t(n[0]),a=babelHelpers.interopRequireDefault(s),o=t(n[1]),c=babelHelpers.interopRequireDefault(o),i=t(n[2]),u=t(n[3]),d=t(n[4]),p=t(n[3]).getStyles(t(n[5])),f=(function(e){function t(){var e,r,l,n;babelHelpers.classCallCheck(this,t);for(var s=arguments.length,a=Array(s),o=0;o