React Native
About Lesson

In this React Native lesson we are going to learn about React Native TextInput, so this is another built in component in react native.

 

 

This is my ReactInput.js file.

 

 

 

First i have created some states using useState hooks.

 

 

 

These are my two TextInput , and you can see that i have added two textinput, also i have added a value and onChangeText for my inputs.

 

 

I have created two Text, when i write something in input field i want to change the Text.

 

 

 

This is my App.js file.

 

 

 

Run your application and this is the result.

React Native TextInput
React Native TextInput