React native UI example/template. Sign-up form ui example

React Native example/template, Sign-up form ui example! . Take a look at this UI example and see how it can enhance your project. You can copy or download the code and use it in your project. Don't forget to browse our library of other free React Native templates for even more design and functionality inspiration. Happy coding!

import React, { useState } from 'react'
import { StyleSheet, Text, View, TextInput, TouchableOpacity, Image, Alert } from 'react-native'

export default SignUp = () => {
  const [name, setName] = useState()
  const [email, setEmail] = useState()
  const [password, setPassword] = useState()

  onClickListener = viewId => {
    Alert.alert('Alert', 'Button pressed ' + viewId)
  }

  return (
    <View style={styles.container}>
      <Image
        style={styles.bgImage}
        source={{ uri: 'https://www.bootdey.com/image/400x400/FF00FF/FF00FF' }}
      />
      <View style={styles.inputContainer}>
        <TextInput
          style={styles.inputs}
          placeholder="Full name"
          underlineColorAndroid="transparent"
          onChangeText={name => setNamel({ name })}
        />
        <Image
          style={styles.inputIcon}
          source={{
            uri: 'https://img.icons8.com/color/40/000000/circled-user-male-skin-type-3.png',
          }}
        />
      </View>

      <View style={styles.inputContainer}>
        <TextInput
          style={styles.inputs}
          placeholder="Email"
          keyboardType="email-address"
          underlineColorAndroid="transparent"
          onChangeText={email => setEmail({ email })}
        />
        <Image
          style={styles.inputIcon}
          source={{ uri: 'https://img.icons8.com/flat_round/40/000000/secured-letter.png' }}
        />
      </View>

      <View style={styles.inputContainer}>
        <TextInput
          style={styles.inputs}
          placeholder="Password"
          secureTextEntry={true}
          underlineColorAndroid="transparent"
          onChangeText={password => setPassword({ password })}
        />
        <Image
          style={styles.inputIcon}
          source={{ uri: 'https://img.icons8.com/color/40/000000/password.png' }}
        />
      </View>

      <TouchableOpacity
        style={styles.btnByRegister}
        onPress={() => this.onClickListener('restore_password')}>
        <Text style={styles.textByRegister}>
          By registering on this App you confirm that you have read and accept our policy
        </Text>
      </TouchableOpacity>

      <TouchableOpacity
        style={[styles.buttonContainer, styles.loginButton]}
        onPress={() => this.onClickListener('login')}
//LOGIN TO SEE THE REST OF THE CODE>
        <==== ======{======.=========}>=====</====>
      </================>

      <================
        ======{======.===============}
        ========{() => ====.===============('==== ==')}>
        <==== ======{======.=======}>==== == =======?</====>
      </================>
    </====>
  )
}

===== ====== = ==========.======({
  =========: {
    ====: =,
    ==============: '======',
    ==========: '======',
    ===============: '#======',
  },
  ==============: {
    =================: '#======',
    ===============: '#======',
    ============: ==,
    =================: =,
    =====: ===,
    ======: ==,
    ============: ==,
    =============: '===',
    ==========: '======',

    ===========: '#======',
    ============: {
      =====: =,
      ======: =,
    },
    =============: =.==,
    ============: =.==,

    =========: =,
  },
  ======: {
    ======: ==,
    ==========: ==,
    =================: '#======',
    ====: =,
  },
  =========: {
    =====: ==,
    ======: ==,
    ===========: ==,
    ==============: '======',
  },
  ===============: {
    ======: ==,
    =============: '===',
    ==============: '======',
    ==========: '======',
    ============: ==,
    =====: ===,
    ============: ==,
    ===============: '===========',
  },
  =============: {
    ======: ==,
    =============: '===',
    ==============: '======',
    ==========: '======',
    ==============: ==,
    =====: ===,
    ===============: '===========',
  },
  ===========: {
    ===============: '#======',

    ===========: '#======',
    ============: {
      =====: =,
      ======: =,
    },
    =============: =.=,
    ============: ==.==,

    =========: ==,
  },
  =========: {
    =====: '=====',
  },
  =======: {
    ====: =,
    ==========: '=====',
    ========: '========',
    =====: '===%',
    ======: '===%',
    ==============: '======',
  },
  =======: {
    =====: '=====',
    ==========: '====',
    ===============: '====(=, =, =, =.==)',
    ================: { =====: -=, ======: = },
    ================: ==,
  },
  ==============: {
    =====: '=====',
    ==========: '====',
    =========: '======',

    ===============: '====(=, =, =, =.==)',
    ================: { =====: -=, ======: = },
    ================: ==,
  },
})

                                            

Similar snippets

React native template. Sign up screen with background and logo

Sign up screen with background and logo

React native template. Login with background ui example

Login with background ui example

React native template. Login Screen with background and logo

Login Screen with background and logo

About this react-native template

This react-native template, Sign-up form ui example, was published on Nov 29th 2017, 18:03 by Bootdey Admin and it is free.

We hope you will enjoy this awesome react-native template and stay tuned for the latest updates, we believe it will save your precious time and gives trendy look to your next application.

This template currectly have 8.0K views, Using this react-native template you have the following benefits:

Example Screens

You can jump start your development with our pre-built example, all you need to do is copy the code and execute it, You can also show it to your customers so that they have an idea of the final result.

Cross-platform for mobile development

This template was developed for Android and iOS.

Simple Integration

This template can be simply integrated on existing projects and new ones too, all you need to do is copy the code and start working.

Fully coded view

this is a functional example, You will save a lot of time going from prototyping to full-functional code.