Mario Jugurčić
Mario Jugurčić
20 days have passed and no one from the core team could give at least some answer. Version 3 looks nice but it's time to say goodbye to NativeBase since...
Also now that RN 0.69 is out it is released with react 18. Is there any estimation when this would be supported?
I'am also getting this error in 5.0.1 version. Here is the logcat: ``` java.io.IOException: javax.crypto.IllegalBlockSizeException: input must be under 384 bytes CipherStorageBase: at javax.crypto.CipherOutputStream.close(CipherOutputStream.java:214) CipherStorageBase: at com.oblador.keychain.cipherStorage.CipherStorageBase.encryptString(CipherStorageBase.java:337) ``` It is...
> > > In my case, `@react-native-picker/picker` in my project and `@react-native-picker/picker` under `react-native-picker-select` are different version. > I have to remove lock file and reinstall packages to make all...
I have also bumped into this situation in react native using hermes. I had a list of objects which needed to be sort in locale. Using this code: ``` list.sort((a,...
Hi, is there any news on this? We are also facing the same issue.
Yeah, same issue happening from version 1.4.56. Only the iOS app is affected, Android is working fine. I have mitigated innerBarComponent issue by wrapping Text inside View and rotating the...
@sberyozkin I have tried with ClientResponseFilter and custom exception mapper but it seems it is not used with keycloak rest client. If I register ClientResponseFilter or custom exception mapper with...
> > In general, as far as I know, the error body is not returned with exceptions to avoid it being leaked by accident back to the client of the...
> It's the server that does not return the data containing the error message By the server you mean the Keycloak server? If that is so I can confirm that...