Vitor Lima
Vitor Lima
Does react-native-web supports Alert already?
What I've done so far. one file for default react native alert, and one file for react web alert. Alert. js ``` import { Alert } from 'react-native' export const...
@joan-saum As a provisory solution you should probably fork the dependency, change as necessary - following the example above - and publish to npm to use it. Hopefully React native...
any luck on this one? also having this one coming on Sentry. - "react-native-onesignal": "4.5.1", - "react-native": "0.71.3",
getting the same here: - com.swmansion.reanimated.layoutReanimation.AnimationsManager.hasAnimationForTag java.lang.NullPointerException - com.swmansion.reanimated.layoutReanimation.AnimationsManager.prepareDataForAnimationWorklet java.lang.NullPointerException - com.swmansion.reanimated.layoutReanimation.AnimationsManager.shouldAnimateExiting java.lang.NullPointerException Not sure how to reproduce as this one is affecting android devices in prod. Running in some...
hmm still experiencing the issue. --- react-native-blur version 4.3.2 rn: 0.71.3 react-navigation v6
any updates on this?
Im also facing same issue, tried all suggestions in this thread, not lucky. - "react-native": "0.73.4", - "expo": "~50.0.11", - "react-native-webview": "13.6.4",
yeah realized the issue was due changes in metro.config that came from previous expo project. keeping it clean (as default) fixed. thanks
Im facing this same issue with expo-updates as well. - "react-native-reanimated": "3.6.2", - "react-native": "0.73.4", - "expo": "~50.0.11", - "expo-updates": "~0.24.11",