import { StyleSheet } from "react-native"; const stylesheet = StyleSheet.create({ container: { flex: 1 }, contentContainer: { width: "100%", padding: 20 }, scrollContent: { flexGrow: 1 } }); export default stylesheet;