Skip to content

Instantly share code, notes, and snippets.

View rajneshbiz's full-sized avatar
🏠
Working from home

rajnesh rathor rajneshbiz

🏠
Working from home
View GitHub Profile
@dabit3
dabit3 / SignUp.js
Last active February 8, 2023 09:31
SignUp form in React Native Navigation - V2
// SignUp.js
import React from 'react'
import {
View,
Button,
TextInput,
StyleSheet
} from 'react-native'
export default class SignUp extends React.Component {