import React from 'react'; import { Input, KeyboardAvoidingView, Text, Button, VStack, Heading, Center, } from 'native-base'; import { Platform } from 'react-native'; export const Example = () => { return (
Forgot Password Not to worry! Enter email address associated with your account and we’ll send a link to reset your password.
); };