Searched refs:_STYLES (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/expo-av/build/ |
| H A D | Video.js | 8 const _STYLES = StyleSheet.create({ constant 209 … this.state.showPoster ? (React.createElement(PosterComponent, { style: [_STYLES.poster, this.prop… 252 style: [_STYLES.base, this.props.style], 253 videoStyle: [_STYLES.video, this.props.videoStyle],
|
| H A D | Video.js.map | 1 …_STYLES = StyleSheet.create({\n base: {\n overflow: 'hidden',\n },\n poster: {\n position…
|
| /expo/packages/expo-av/src/ |
| H A D | Video.tsx | 29 const _STYLES = StyleSheet.create({ 292 style={[_STYLES.poster, this.props.posterStyle]} 340 style: [_STYLES.base, this.props.style], 341 videoStyle: [_STYLES.video, this.props.videoStyle],
|