Hung Tran

Results 10 comments of Hung Tran

I think we can complete this example with animated

yep, I think the same way. We can make the animation with react-native-reanimated for much greater flexibility. About some issues, I think: - prevent the keyboard closing after sending a...

> Also facing it now > > ``` > "react-native-vision-camera": "4.0.5", > "react-native-worklets-core": "^1.3.3", > "vision-camera-resize-plugin": "^3.1.0", > "@ismaelmoreiraa/vision-camera-ocr": "^3.0.1", > ``` > > This is the error: > >...

> i also have the same problem i now created my own code for this. You can use my solution ``` FormBuilderTextField( name: 'password', validator: FormBuilderValidators.password(), obscureText: true, decoration: InputDecoration(...

> any solution? I think you should create your custom components and use theme

@Larpoux Thanks for your work. I'm currently using pcmFloat32 for FFT processing, but I'm having issues when saving this buffer to a PCM file and converting it to WAV. The...

Nice! Thank for your works @Larpoux

> It's still failing, but I can prevent it from closing completely. I display a screen indicating a poor connection with a button that resets the navigation to reload everything....