Emmanuel
Emmanuel
Although the documentation says that it accepts the `testId` attribute, apparently it was not attached in the current version `2.2.2`. You can create a patch-package for this in your local...
The same here. I've already tried several ways to make the cursor return to the beginning after losing focus, allowing the beginning of the input value to be visible and...
> Hello devs, is there any example directory ready for React Native, or do we just have documentation to learn how to use this library? > > Thanks!!!! It works...
> This is not an issue, only a heads up, considering there are not new updates on this library and until we get the new README. > > I had...
> mode=release APK Yep, its works for me
> I'm surprised `onCreate` worked for you, it caused a build error for me: > > ``` > > Task :app:compileDevtestnetDebugKotlin FAILED > e: file:////android/app/src/main/java/com//app/android/MainActivity.kt:26:3 'onCreate' overrides nothing > ```...
> @mannoeu where did you added this block?? > > ``` > init { > SplashScreen.show(this) > } > ``` I only rename from `android/app/src/main/java/com/app-name/MainActivity.java` to `android/app/src/main/java/com/app-name/MainActivity.kt` and fixing sintax...
Same here. I tried creating a `focused` state and using the onFocus and onBlur functions sending it to `textInputProps`. It works but generates side effects, making extra calls to fetch...
same here, only in android