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 Icon from "react-native-vector-icons/Ionicons"
import React, { useEffect, useRef, useState } from "react" 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 ReactNativePinView from "react-native-pin-view"
import { MaterialCommunityIcons } from '@expo/vector-icons'; import { MaterialCommunityIcons } from '@expo/vector-icons';
const PinRequest = () => { const PinRequest = () => {
...@@ -37,6 +37,7 @@ const PinRequest = () => { ...@@ -37,6 +37,7 @@ const PinRequest = () => {
</Text> </Text>
</View> </View>
<View style={{ paddingTop: 10 }}> <View style={{ paddingTop: 10 }}>
<TouchableOpacity>
<Text <Text
style={{ style={{
fontFamily: 'Gotham-Black', fontFamily: 'Gotham-Black',
...@@ -45,6 +46,7 @@ const PinRequest = () => { ...@@ -45,6 +46,7 @@ const PinRequest = () => {
}}> }}>
FORGOT YOUR SECURITY CODE? FORGOT YOUR SECURITY CODE?
</Text> </Text>
</TouchableOpacity>
</View> </View>
</View> </View>
<View style={{ flex: 0.8 }}> <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