react-native-global-modal-2
Version:
🌍 Global modal and callable from anywhere on the app for React Native
19 lines (17 loc) • 340 B
text/typescript
import { StyleSheet } from "react-native";
export default StyleSheet.create({
container: {
flex: 1,
height: 40,
borderWidth: 1,
borderRadius: 8,
alignItems: "center",
justifyContent: "center",
borderColor: "#839AB1",
},
textStyle: {
fontSize: 15,
color: "#839AB1",
fontWeight: "600",
},
});