import { StyleSheet } from 'react-native'; export const webviewStyles = StyleSheet.create({ container: { flex: 1, overflow: 'hidden', }, webView: { backgroundColor: '#ffffff', }, });