Andrei Alecu

Results 277 comments of Andrei Alecu

> My concern here is that this would enforce a TypeScript-specific dependency to all users of this package, no matter if they use TS of JS. Instead I would prefer...

> I personally prefer adding the dependency just to not force users who don't care one bit about what your type dependencies are to add it. It would also fall...

I've been using this with success as a replacement for `ScrollView`, based on the code by @solominh above. ```tsx import {GestureHandlerRefContext} from '@react-navigation/stack'; import React, {PropsWithChildren, useCallback, useState} from 'react';...

@raffibag the code shared above still works as of React Navigation 6. And it has the nice pull down feel as well. One important thing for everything to work is...

Related: #533 #163

Upon looking at the source, it does appear that env variables are indeed being used. They're just not documented. As mentioned previously, a simple, stateless Docker image can make this...

Yes, that's understandable. As previously mentioned, the only missing thing is some official documentation on the stateless containers and their environment variables. And some sort of provision that they'll continue...

I suggest trying `5.0.0@rc`. It's been rewritten and should solve a lot of issues.

Just a heads up. I'm seeing the same issue on Android, although we're using https://github.com/formidable-webview/webshell for autoheight, which works similar to this library. The issue is most likely upstream in...

Opened https://github.com/react-native-webview/react-native-webview/issues/2683