Andrew Gerber
Andrew Gerber
Have you tried the [Android imperative API](https://github.com/react-native-datetimepicker/datetimepicker#android-imperative-api)? I'm using this w/ RN `0.71.6`/Expo `48.0.11` and it appears to be working fine? The version I'm using is `6.7.3` (installed via `npx...
We're considering using this approach for handling inline links on iOS: https://benjie.ca/blog/2021/09/21/accessible-inline-links-react-native.html It's not perfect, but at least makes the links available to VoiceOver users. An alternative approach might be...
Agree- there seems to be a fair amount of nuance as to when `accessibilityHint` should be used. We've also found that there's times when you want to customize an `accessibilityLabel`...
Think this might be fixed in 1.1.7 via this PR: https://github.com/tamagui/tamagui/pull/595 Will validate and close this if so!
@AguSandoval I get a different error now - this appears to be because I don't have certain native modules installed/linked when using a newly created React Native project via the...