Aron Berezkin
Aron Berezkin
You can use the Expo config plugin for Detox https://github.com/expo/config-plugins/tree/master/packages/detox
facing the same issue 👋
@Justinohallo @Ehesp I understand this library is not suited for React Native, but from your experience is there any reason not to use similar React Query + Firestore principles in...
This issue happens on my Android app when I open a url with `Linking` as well, an empty success toast just happens to appear from nowhere. The solution with `isVisible`...
Hitting the same issue
As others, I would recommend running it directly with the device name, but might be helpful to have the device name as a single word without a space or other...
Still requires this patch: https://github.com/gorhom/react-native-bottom-sheet/issues/925#issuecomment-1126584791
To fix this bug, for me worked to have some background color, e.g. `backgroundColor: 'transparent'` for the direct Blurview child so that items inside are positioned correctly. ``` {children}
you can just create a wrapper if the overlay is crashing your app on Android ``` import { FullWindowOverlay } from 'react-native-screens' import { isIOS } from '~/constants/platform' export const...
Facing the same issue, have you managed to resolve it @MarkVillacampa ? Edit: I see it shows only if no previous purchases were made by associated Google Play account, which...