upd: load scroll
Deskripsi: - kegiatan - divisi - tugas divisi - diskusi - history kalender No Issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Styles from "@/constants/Styles";
|
||||
import { Pressable, Text, TouchableWithoutFeedback, View } from "react-native";
|
||||
import { Pressable, View } from "react-native";
|
||||
|
||||
type PropsBtnHeader = {
|
||||
onPress: () => void;
|
||||
@@ -8,7 +8,7 @@ type PropsBtnHeader = {
|
||||
|
||||
export function ButtonHeader({ onPress, item }: PropsBtnHeader) {
|
||||
return (
|
||||
<Pressable onPress={() => {onPress()}}>
|
||||
<Pressable onPress={() => { onPress() }}>
|
||||
<View style={[Styles.btnIconHeader]}>
|
||||
{item}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user