Home
last modified time | relevance | path

Searched refs:_STYLES (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-av/build/
H A DVideo.js8 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 DVideo.js.map1_STYLES = StyleSheet.create({\n base: {\n overflow: 'hidden',\n },\n poster: {\n position…
/expo/packages/expo-av/src/
H A DVideo.tsx29 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],