Cyril Gorrieri
Cyril Gorrieri
@MohitKS5 How do you detect that the image is deleted without doing a diff?
> I found a workaround. The problem is server side renderer (SSR), so load `NativeBaseProvider` in browser and not in server > > ```ts > // _app.tsx > import "../styles/globals.css";...
I am having a similar issue when end scrolling on the view. Even the crash report from Crashlytics is not helpful. Although @pkreissel 's fix is working. The way I...
I have the same issue, and it seems to be iOS only. Versions: "expo": "^49.0.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.3", "react-native-pager-view": "6.2.0",
> Or you can just use `expo-build-properties` as follows: > > ```js > const config = { > expo: { > // ... > plugins: [ > [ > 'expo-build-properties',...
> > Or you can just use `expo-build-properties` as follows: > > ```js > > const config = { > > expo: { > > // ... > > plugins:...
Would love to have that too!
I am using react-native-modal with react-native-web without issues. It looks like a babel configuration issue. Can you share your babel config?
Since your toaster listens to a context, you can have multiple that will do the same thing. I added the Toaster in the modal so it will be placed on...
This could be useful to clean nested elements, let's keep it open