Derek Stephen McLean
Derek Stephen McLean
Ah, nice, I'll try that later @d-rumal, thanks!
Try my fix, but set the timeout to 0, no delay was actually required. BTW i'm on Expo SDK 46
@Amaru333 This is what I'm now using, I replaced my lottie animations with a custom component with its own ref, so this should work for you. ``` import React, {useEffect,...
`expo upgrade` fixes the outdated packages and removes the deprecation warning
run `composer show` and see what version you have installed
It may or may not be related, I sometimes also see the network still not being removed (rootless podman btw), sometimes when i try a `docker-compose run`, it will run...
Is this still an issue? I'm upgrading a site here, and I'm trying the following code: ```php $v = new V(); $v->addRule(V::key('id', V::scalarVal())); $v->addRule(V::key('fileReference', V::length(4, 35), false)); $v->addRule(V::key('scenario', V::length(3, 16),...
I do not have a paid account, however Apple now allow on device testing "You can learn how to develop apps for Apple platforms for free without enrolling. With just...
I haven't tested this yet as I've only just read it, but I think we need this setting? https://github.com/expo/eas-cli/issues/1118#issuecomment-1177660578
I'm having a similar issue, I'm running in a docker compose setup using Selenium. codeception yaml ``` paths: tests: tests output: tests/_output data: tests/_data support: tests/_support envs: tests/_envs actor_suffix: Tester...