Logo
Explore Help
Register Sign In
ZF/jitsi-meet
1
0
Fork 0
You've already forked jitsi-meet
mirror of https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git synced 2026-05-14 21:27:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
5b6985fc5c19b1f00a9ff7fadf4da89b932ea1bb
jitsi-meet/react/features/base/media/components/native/styles.js

25 lines
392 B
JavaScript
Raw Normal View History

Import jitsi/jitsi-meet-react#2f23d98 As an intermediate step on the path to merging jitsi-meet and jitsi-meet-react, import the whole source code of jitsi-meet-react as it stands at https://github.com/jitsi/jitsi-meet-react/commit/2f23d984245324e79156eeec9e447667b3c76d33 i.e. the lastest master at the time of this import. No modifications are applied to the imported source code in order to preserve a complete snapshot of it in the repository of jitsi-meet and, thus, facilitate comparison later on. Consequently, the source code of jitsi-meet and/or jitsi-meet-react may not work. For example, jitsi-meet's jshint may be unable to parse jitsi-meet-react's source code.
2016-10-05 09:36:59 -05:00
import { StyleSheet } from 'react-native';
/**
* Make video element fill its container.
*/
const video = {
flex: 1
};
/**
* Transform local videos to behave like a mirror.
*/
const mirroredVideo = {
...video,
transform: [ { scaleX: -1 } ]
};
/**
* Native-specific styles for media components.
*/
export const styles = StyleSheet.create({
mirroredVideo,
video
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 141ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API