deskripsi:

Feat: event create
Fix: tabs event

# No Issue
This commit is contained in:
2025-07-15 15:21:41 +08:00
parent 2be5afe5ca
commit 9999f78ed4
7 changed files with 109 additions and 22 deletions

View File

@@ -1,11 +1,11 @@
import { GStyles } from "@/styles/global-styles";
import React, { useEffect, useState } from "react";
import {
TextInput as RNTextInput,
StyleProp,
Text,
View,
ViewStyle,
TextInput as RNTextInput,
StyleProp,
Text,
View,
ViewStyle,
} from "react-native";
type IconType = React.ReactNode | string;
@@ -79,7 +79,7 @@ const TextAreaCustom: React.FC<TextAreaCustomProps> = ({
};
return (
<View style={GStyles.inputContainerArea}>
<View style={[GStyles.inputContainerArea]}>
{label && (
<Text style={GStyles.inputLabel}>
{label}