fukemy
fukemy
https://snack.expo.dev/@fukemy/64af3f
Hi, I have nested navigator like this: ``` const PollStack = () => { return } ``` here is main navigator: ``` { SplashScreen.hide() RootNavigation.isReadyRef.current = true }}> ``` here...
Hi, sometimes I got no sounds when on audiocall with IOS, then after check log, I saw audioSession deActive suddenly called, I dont know why, can u help? ``` 2023-02-20...
Hi, thanks for great library, I want to upgrade my app to `Reanimated v3` for `Shared element Transition`, but it's cause app crash coz of many v1 condition, could u...
## Description Add here all the descriptions that you think it will be useful and valuable to this issue. ## Screenshots Add screenshots case needes, otherwise delete this section.
Hi, do you ever test the performance, because i saw each image = (animatedview + modal), it's required more view hierarchy structure. I have large list of image, display as...
Can you update the dependency?
Bottombar still above the keyboard, can you help?