DEV Community

Discussion on: React Native : Simple Validation Login Form

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