Anur Becirovic
Anur Becirovic
Hello Andreas, thank you for reaching out. The package version is 2.0.4 and iOS 15.3.1. The code for Code input is: ``` const CodeInput: FC = ({ value, onChange })...
+1, @cjmaria any info regarding this ?
@ashteya Still the same console error :/
@marionboynton I think you can achieve that with MQTT.
Adding `android_keyboardInputMode='adjustResize'` property worked for me I also added: ``` keyboardBehavior='interactive' keyboardBlurBehavior='restore' ```
Hello @mohamedomara0. I tried but haven't had luck with it. I left this issue in the app since it wasn't big blocker.
hey @mangeshkchauhan. As I mentioned above, using the BottomSheetTextInput doesn't fix the problem :/
I have the same issue now. But the code from @expolli didn't work :(. Any suggestions ? `import { Asset } from 'expo-asset'` `import { OBJLoader } from 'three/examples/jsm/loaders/OBJLoader'` `function...
Thanks for quick response, I have another question regarding the reload of the screen when language is changed. In my example I haven't used redux. Maybe that is something that...