1.1.1 • Published 2 years ago

react-native-signup-form v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Input form for user SignUp or Registration

find a demo of implementation below

import React from 'react'
import {View} from 'react-native'
import SignUpForm from 'react-native-signup-form'

export default function MyApp(){
    return(
        <View>
            <SignUpForm />
        </View>
    )
}