import { View, Text, Button } from "react-native-ui-lib"; import React from "react"; import { StyleSheet } from "react-native"; import { Entypo, Ionicons, Octicons } from "@expo/vector-icons"; const styles = StyleSheet.create({ mainBtn: { width: "100%", justifyContent: "flex-start", marginBottom: 20, height: 60 }, }); const SettingsPage = () => { return (