Phanindra Varma

Results 7 comments of Phanindra Varma

It worked for me after updating `compiledsdkversion 31` add `android.enableR8=true` in gradle.properties changed ``` dependencies { classpath 'com.android.tools.build:gradle:4.1.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } ``` in build.gradle

Hello @Akshita-Joshi, can you share your code. For me state dropdown was in disable state after adding decoration and selecting country. @altafc22 can you help me in this ?

> Hi. I tried to use that tool but it gave error on picking screen. my code is: > > ``` > layout: Layout.horizontal, > flagState: CountryFlag.ENABLE, > showStates: true,...

I am also need help in this. In my scenario like OTP SMS was sent to x mobile and i need to enter OTP in Y mobile. How can i...

Actually this raises when you call other functions in initState with listenOTP(). And when other functions have setState then this issue raises for me.

It was fixed for me by storing input entered to a variable. And setting the currentCode to the variable and when onchange on the field changing the variable to value...