Jarrison Cano

Results 8 comments of Jarrison Cano

Same problem, i follow the documentation but i'm getting this error ![image](https://user-images.githubusercontent.com/62910118/232182190-ba2357db-d5e4-46a3-9466-e0797e48f8b4.png) Code:

@kksanghi I'm using this library on React 18 and works fine. See below a capture of my code: ![image](https://user-images.githubusercontent.com/62910118/211961762-4bde7acd-7e93-4445-9634-547872d1e9b5.png)

i have the same issue when i want to save the value on the onChangeText function. i'm using expo and react-hook-form for handle the form. ![imagen](https://user-images.githubusercontent.com/62910118/145894693-81d6abe6-8946-4b6e-9e28-d50b4633c87d.png) ![imagen](https://user-images.githubusercontent.com/62910118/145894814-a2c3bd51-6119-46f3-a98d-408b5257ccc2.png)

I find a possible solution to my problem, the TextInput has a property autoCapitalize with the values 'words, sentences, characters', but the user can disable the uppercase in his keyboard...

> Had the same issue: ANDROID_HOME is set to a non-existing path > > I had to set the environment variables by adding the correct path (Linux Mint) edit the...