maXXCZ1

Results 9 comments of maXXCZ1

Hello, i just tried your library and i am very pleased with the result. I am junior programmer in RN (never worked with java obviously), so excuse my lack of...

Further applies only for Android, did not test that for IOS! I consider this as a workaround (like others). On Emulator autofocus actually works as intended! But on physical device...

Can anyone else confirm the migration to v3 is viable solution? If so, what react-native version are you running? We are currently on 0.67.5 (latest version without new architecture) and...

> Hey all, asked the same thing on StackOverflow and the answer I accepted solved my issue. See if it fixes your problem too. > > https://stackoverflow.com/questions/71227463/react-native-textinput-closes-automatically-when-opened-on-android Sadly, for me...

> > > Hey all, asked the same thing on StackOverflow and the answer I accepted solved my issue. See if it fixes your problem too. > > > https://stackoverflow.com/questions/71227463/react-native-textinput-closes-automatically-when-opened-on-android...

We are running into issues with memory with much smaller chunks than 100 MB (especially on older low level devices), so that should be considered as must. //edit We don'...

Another variation might be this: ``` const ChildImageView= ({ imageSourceUrl, width = 30, height = 30, setTrackViewChanges, }: { imageSourceUrl: Source; width?: number; height?: number; setTrackViewChanges: Dispatch; }) => {...

Has anyone solved it yet? I overcame all nuances of latest releases, some of which are quite hacky, but i struggle with this one. @salah-ghanim repo with example: https://github.com/maXXCZ1/rn_maps_bug_repro_2

You mean on native side or JS side? Would you mind to share at least broad idea please? //edit: I conditionaly unmount `` from component tree when unfocusing screen and...