shafi_habibi_ai

Results 8 comments of shafi_habibi_ai

There is an issue with axios version 1.2.0 kindly use the latest version or go for [email protected] it will solve your problem. just do npm i [email protected]

> @wHat0 I'm using axios 1.3.4 and the problem persists There are different situations then 1- You should check your AndroidManifest.xml and add the below permissions after tag if they...

Always make a new build if you make any changes in AndroidManifest.xml

and I came to know that this error is occuring due to state updating in onchangetext in your scrollview kindly provide any solution or alternate for it....

Hey Hope you are doing great. Here is the Repo for you. [https://github.com/wHat0/StateInNestedScrollView]

> https://github.com/wHat0/StateInNestedScrollView

Yes their are two solution - 1st one is instead of using onChangeText={(value) => setTextValue(value)} use onChangeText={ setTextValue} - Other is to make a separate component of TextInput with its...

> i am facing the same issue anyone have any solution ? Yes their are two solution 1st one is instead of using onChangeText={(value) => setTextValue(value)} use onChangeText={ setTextValue} Other...