import * as React from 'react'; import {StyleSheet, View, Platform} from 'react-native'; import {BigbluebuttonMobile} from 'bigbluebutton-mobile-sdk'; export default function App() { return ( ); } const styles = StyleSheet.create({ container: { flex: 1, flexDirection: 'row', }, bbb: { marginTop: Platform.select({ios: 20, android: 0}), flex: 1, }, });