Cristian Figueredo

Results 5 comments of Cristian Figueredo

Hi, thanks for this library, I have the same problem, I already apply React.Memo, also all the TabScreens are rendered at the beginning (I'm using Expo, the project is in...

@Swinkid you are right, with the [SDK for Web](https://github.com/appwrite/sdk-for-web "SDK for Web") , 95% of the work is done. [OAuth](https://github.com/appwrite/sdk-for-web/blob/master/src/sdk.ts#L1775 "OAuth") is not compatible in my opinion. A solution would...

also APIs that are browser-specific will have to be replaced by their React Native equivalents.

This patch fix my issue, thanks @dhruvpvx. ```patch diff --git a/node_modules/react-native-snap-carousel/src/utils/animations.ts b/node_modules/react-native-snap-carousel/src/utils/animations.ts index bf1c50f..a438f1a 100644 --- a/node_modules/react-native-snap-carousel/src/utils/animations.ts +++ b/node_modules/react-native-snap-carousel/src/utils/animations.ts @@ -1,7 +1,7 @@ import { Platform, Animated } from 'react-native';...

Hello, got the same error today to fix it an option can be this file: ```ts // assets/icons/custom.d.ts declare module "*.svg" { import React from "react"; import { SvgProps }...