upd: push notifikasi
Deskripsi: - blm selesai No Issues
This commit is contained in:
@@ -4,9 +4,10 @@ import { useAuthSession } from "@/providers/AuthProvider";
|
||||
import { Redirect } from "expo-router";
|
||||
import { useState } from "react";
|
||||
import { Text } from "react-native";
|
||||
|
||||
import { useNotification } from "@/lib/useNotification";
|
||||
|
||||
export default function Index() {
|
||||
useNotification()
|
||||
const [isValid, setValid] = useState(false)
|
||||
const [phone, setPhone] = useState('')
|
||||
const [otp, setOtp] = useState(0)
|
||||
|
||||
Reference in New Issue
Block a user