DEV Community

Cover image for React Native : Simple Validation Login Form
amogh kawle
amogh kawle

Posted on

React Native : Simple Validation Login Form

React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components. React Native uses the same fundamental UI building blocks as regular iOS and Android apps. You just put those building blocks together using JavaScript and React.

Copy & Paste Code From Here :- https://gist.github.com/amogh9594/7be17ccf0f46cbbf61c6b15978e7195a

Top comments (3)

Collapse
 
dance2die profile image
Sung M. Kim

Hi Amogh.

You can embed the gist in-line in the post.

{% gist https://gist.github.com/amogh9594/7be17ccf0f46cbbf61c6b15978e7195a %}

Reference: dev.to/p/editor_guide

Collapse
 
hksoldier profile image
Hemanth-HKSOLDIER

undefiened variable "t" in this line onPress={this.onLogin.bind(t)}

Collapse
 
yogeshbadgujar profile image
yogesh-badgujar

at the place of t put the this keyword onPress={this.onLogin.bind(this)}