import { StyleSheet } from "react-native"; const stylesheet = StyleSheet.create({ container: { flex: 1 }, contentContainer: { maxWidth: 850, width: "100%" }, scrollContent: { justifyContent: "center", alignItems: "center" } }); export default stylesheet;