Issue
Here are my code:
src="https://i.stack.imgur.com/jdrou.png" alt="enter image description here" />
This is in android.
Solution
In Folder Android > app > src > main > AndroidManifest.xml
<activity
-------------
android:windowSoftInputMode="adjustResize"
-------------
</activity>
Change to :
<activity
-------------
android:windowSoftInputMode="adjustPan"
-------------
</activity>
Answered By - Asher Azriel Ginting
Answer Checked By - - Marilyn (ReactFix Volunteer)