Jack Dewhurst

Results 15 comments of Jack Dewhurst

Did anyone solve this? I'm still seeing this issue on the latest release

Same error, Only way I could find to remove it is to use `use_unimodules!(exclude: ['expo-ads-facebook', 'expo-facebook'])` But this assumes you don't actually want any facebook sdk features in your project..

> Yes, a confusion because this issue is more like a feature request. > > My found solution is to use `ReactDOMServer` and such a `react-native-webview` library: > > ```...

@lukethacoder this was very helpful thank you!

@lukethacoder do you know how to re-split if I were to change the text `split some text here` programmatically, say via a timeout?

For the time being I've gotten around this by using `useEffect()` on the scrollview ref and setting scrollTo without any animation on screen load. ``` import React, { useEffect, useRef...

Same, nothing happens on client.connect(...), no error, logs or anything, doesn't matter what options I try

Exactly the same issue here observed on Android. I've not worked out a solution yet.. ![Screenshot_20230629-125330](https://github.com/gorhom/react-native-portal/assets/2853772/2a65a4b4-bc96-4992-95da-f7cab4e741a1)

Other portal libraries like [react-native-paper](https://callstack.github.io/react-native-paper/docs/components/Portal/) and [react-native-portalize](https://github.com/jeremybarbet/react-native-portalize) behave the same unfortunately..