react-navigation-helpers
Version:
Easy to use React Navigation with these helpers for React Navigation on React Native
21 lines (20 loc) • 352 B
JavaScript
export default {
container: {
flex: 1,
alignItems: "center",
justifyContent: "center",
},
buttonStyle: {
width: 250,
height: 75,
marginTop: 32,
borderRadius: 32,
alignItems: "center",
justifyContent: "center",
backgroundColor: "pink",
},
textStyle: {
color: "white",
fontWeight: "700",
},
};