Steaven Bachinadanda

Results 8 comments of Steaven Bachinadanda

Could you please merge this? The latest version of React Native does not seem to let the package work unless the compileSdkVersion is bumped to atleast 30.

I use CircularProgressBase with a custom child element, so did not have issues with the value. However, the progress indicator has shown a similar issue where it remains with an...

Updated to 0.79.2, and the apps work fine when built using Intel based Macs, but did not work with M-series chip based macs. However, intel-based builds cannot have autoPlay= true...

Found a workaround but it does not involve using autoPlay. I use a timeout function in a useEffect and force the lottie file to play. With iOS, I have timeout...

Maybe it has something to do with Expo because I do not use it.

@rkostrab Haha yea this was my work around too. But I think Android is a bit slow, so use a platform based timeout (150ms) Also, I am on 0.79.2 now...

I inspected the GiftedChat.js file in node_modules/react-native-gifted-chat/lib/GiftedChat.js - line 238 I changed ` keyboardOffsetBottom.value = withTiming(isKeyboardMovingUp ? insets.bottom : 0, { duration: 400, }); ` to this ` keyboardOffsetBottom.value =...

Faced the same issue here. Was fine 3 weeks ago when I initialised a new project but now it errors out. Looks like something to do with the requirement of...