rikur
rikur
This monkey-patch fixes the issue for me: ``` diff --git a/ios/RNViewShot.mm b/ios/RNViewShot.mm index 2cf632fb8dfb09aba637f8c8700fbe02b926404c..1ce9e5a6bf58e9d59772a9c1bc26dd97ff47bfc5 100644 --- a/ios/RNViewShot.mm +++ b/ios/RNViewShot.mm @@ -80,10 +80,12 @@ RCT_EXPORT_METHOD(captureRef:(nonnull NSNumber *)target UIView* rendered; UIScrollView* scrollView;...
@Kudo do you think disabling expo-updates with `updates.enabled: false` in `app.json` disable the copying behavior? I will test and report back, but will take a while to get definite results....
https://x.com/endlessFrontend/status/1861973405664514328
Going to test the `react-native` branch :)
I believe the .tar archive is ~50MB in size
@fkorotkov In this build, only the junit.xml artifact upload succeeded, all others fail: https://cirrus-ci.com/task/5219494574948352
Thank you @fkorotkov. I've been cognizant of the network being a likely culprit and checked that there's no firewalls interfering with the outbound traffic. But there could still be issues...
Excellent to see some new features coming into Maestro, thank you @TheKohan 🙏 Could mix very well with this: #1526
There's definitely something off with the dimension calculations on iOS paywalls. For me, tapping on CTA will initially trigger the buttons below: Restore, Privacy, Terms. After closing the Privacy/Terms modal,...
is `fingerprint` your runtimeVersion policy? ``` { "expo": { "runtimeVersion": { "policy": "fingerprint" } } } ```