react-native-global-modal-2
Version:
🌍 Global modal and callable from anywhere on the app for React Native
17 lines • 404 B
JavaScript
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",
},
});
//# sourceMappingURL=Button.style.js.map