Anh Nguyen

Results 10 comments of Anh Nguyen

For me the error occurs if I compress base64 string on Android

For me, all I did is just an import Animated from 'react-native-reanimated'. When I go to a screen and go back, the screen is not responding to touch/scroll. The screen...

I used to think that's a bug. But now I think I misunderstood the feature. The blurAmount works for gaussian blur effect. But if you blur by covering a material...

For me, if I use the `select` method for the query on the server side, I got the loadBundle error on the client side ```javascript export const postBundle = https.onRequest(async...

I used the npx react-native init Test to generate an empty project 0.70.6 with Hermes with iOS Target 13.2 the size is 569MB OMG!

When you init the PinCode component, you have to get the pin from where you stored and pass the pin to the component ``` ``` The onEnter is only triggered...

Could you share the code? But basically, the component has nothing to do with the fontFamily. Whatever text style you pass to the title component it will get. Rendering is...

> In the meantime, you might just have to [`patch-package`](https://www.npmjs.com/package/patch-package). Thank you for the fix and patch-package hint! It's been 2 years, and the issue still remains :(

> I started to face this issue recently after V6 & maybe because of [react-native-screens](https://github.com/software-mansion/react-native-screens). For now I disabled `animationEnabled` to have fast interaction. > > ``` > "@react-navigation/bottom-tabs": "^6.0.4",...