Commit f5e65c79 authored by Trisno's avatar Trisno

tambah forgot pin di pin request

parent 0a87d29d
import Icon from "react-native-vector-icons/Ionicons"
import React, { useEffect, useRef, useState } from "react"
import { ImageBackground, SafeAreaView, StatusBar, Text, View } from "react-native"
import { ImageBackground, SafeAreaView, StatusBar, Text, View, TouchableOpacity } from "react-native"
import ReactNativePinView from "react-native-pin-view"
import { MaterialCommunityIcons } from '@expo/vector-icons';
const PinRequest = () => {
......@@ -37,6 +37,7 @@ const PinRequest = () => {
</Text>
</View>
<View style={{ paddingTop: 10 }}>
<TouchableOpacity>
<Text
style={{
fontFamily: 'Gotham-Black',
......@@ -45,6 +46,7 @@ const PinRequest = () => {
}}>
FORGOT YOUR SECURITY CODE?
</Text>
</TouchableOpacity>
</View>
</View>
<View style={{ flex: 0.8 }}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment