Merge pull request #26621 from tinaroh/video_view_props

Add style prop to Expo Video component
This commit is contained in:
Nathan Shively-Sanders 2018-06-18 10:15:32 -07:00 committed by GitHub
commit fa7cc62800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -2222,6 +2222,7 @@ export interface VideoProps {
translateY?: number;
rotation?: number;
ref?: Ref<PlaybackObject>;
style?: StyleProp<ViewStyle>;
}
export interface VideoState {

View File

@ -2202,6 +2202,7 @@ export interface VideoProps {
translateY?: number;
rotation?: number;
ref?: Ref<PlaybackObject>;
style?: StyleProp<ViewStyle>;
}
export interface VideoState {