techfoundrynz

Results 34 comments of techfoundrynz
trafficstars

@Rapsssito sure, will do.

@Rapsssito apologies for forgetting about this. Here's a branch with my changes https://github.com/contactsimonwilson/react-native-background-actions/commit/5662a9ec5d0e63740af4c6a2b3aad2395af19402 At the moment I've published it as a standalone package. Do you want it that way or...

@Rapsssito will do. I'm just doing some verification of the version I've published temporarily for now then will make a PR once I'm happy it works as expected.

@1-AlenToma This is the plugin code I've been using for the last year import { AndroidConfig, ConfigPlugin, createRunOncePlugin, withInfoPlist, withAndroidManifest, } from "@expo/config-plugins"; const pkg = { name: "react-native-background-actions", version:...

Bad bot, there should still be a resolution to this.

I'm also having the same issue. Will try to diagnose what the issue is.

@jacobmolby Adding the following reaction to set the thumbIndex correctly in slide.tsx when the value is changed from the host component fixes the issue ` useAnimatedReaction(() => { if (snappingEnabled...

This appears to be a 6.05 beta issue rather than an Android 14-specific issue. I was getting it frequently on my Android 13 (Xiaomi 12).

@kamui545 are you mostly seeing this on Android 14 devices? I'm having some users with the same issue after upgrading to SDK 50 too.

Thanks for this. I have some users reporting issues on Android 14 and will use this with patch-package to get by for now