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