react-native-signup-form

1.1.1 • Public • Published

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>
    )
}

Package Sidebar

Install

npm i react-native-signup-form

Weekly Downloads

2

Version

1.1.1

License

ISC

Unpacked Size

4.05 kB

Total Files

3

Last publish

Collaborators

  • sunil-naik-banavath