Fixed hooks issue for useNavigation + added swipeable
This commit is contained in:
@@ -12,4 +12,19 @@ export default StyleSheet.create({
|
||||
justifyContent: "space-evenly",
|
||||
alignItems: "center",
|
||||
},
|
||||
|
||||
swipe_view: {
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
width: 100,
|
||||
marginTop: 5,
|
||||
marginBottom: 5,
|
||||
},
|
||||
swipe_view_blue: {
|
||||
backgroundColor: "dodgerblue",
|
||||
},
|
||||
swipe_text: {
|
||||
textAlign: "center",
|
||||
color: "white",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user