[Solved] Variables in state are not defined
[ad_1] Edit Your code at value on both TextInput value={this.state.login} value={this.sate.password} [ad_2] solved Variables in state are not defined
[ad_1] Edit Your code at value on both TextInput value={this.state.login} value={this.sate.password} [ad_2] solved Variables in state are not defined
[ad_1] Inside app component your Index component file path is not correct import react from “react”; import reactDom from “react-dom”; import Index from ‘../src/Index’ function App() { return ( <Index /> ); } import look like as this code 0 [ad_2] solved react and react-dom not working, please help out
[ad_1] You can create a REST API in your Flask app and consume it with your React Native frontend. This also allows you to interact with your app from any frontend. 0 [ad_2] solved How to use SQLAlchemy Database with React Native?