react-native-signup-form
v1.1.1
Published
This is a simple react native sign up form
Downloads
12
Maintainers
Readme
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>
)
}