Doan Nguyen

Results 5 comments of Doan Nguyen

I'm getting the same problem with v1.13.1

I feel like the problems seems come from unzipping process after the package has been downloaded. I logged all files' size and path (from thousands of users) after unzipping (I...

I'm having the same issue. The `onChangeText` is called infinitively

I've fixed this. So instead of using: ``` ``` I change to: ``` const query = useRef({ key: 'YOUR API KEY', language: 'en' }).current; ```

> I was facing exactly the same issue as you and after a few days struggling with this I figured out what's going on. > > It turns out that...