Ian McKain

Results 7 comments of Ian McKain

Would love this feature. Had to write my own `AgendaList` component.

I am getting this issue as well. `useLocalSearchParams` seems to randomly have params reset after navigating. Using `router.push` to set params will work every other screen. Edit: The issue seems...

Seeing same for any `kotlinVersion` being defined. Followed this related thread https://github.com/expo/expo/issues/36461. Tried all Expo versions from 53.0.7-53.0.11. No change. I wrote a plugin that resolved an issue getting the...

I was able to resolve this by setting `kotlinVersion` to 2.0.21. I found `ExpoAutolinkingSettingsExtension.kt` which sets the base file for versions: ``` val baseFile = if (reactNativeVersionCatalog != null) {...

> This does not solve my issue, I've a feature in my project that requires the version 1.6.10 to work properly, is an old library with maintenance but no evolution......

> That's not an option, I prefer to have JSI disabled rather than using older versions of libraries... I need to have the lastest versions of all libraries so that...

> ... > onConfigurePanGesture={(panGesture: PanGesture) => { > // fix panGesture so that the carousel works correctly > // within a ScrollView > panGesture.config.touchAction = 'pan-y' // for web >...