Ahmet
Ahmet
Hey, I am observing the same error in my managed expo workflow. It happens when calling `Purchases.setup`or `Purchases.configure` methods. Just to note, I am trying to start application using the...
@taquitos Cleaning, rebuilding etc doesn't solve the issue. I am afraid Expo Go is not supported because building locally and running in my device with `expo run:ios --device "UUID"` seems...
Thanks a lot for deep diving into this, really appreciated. Just to clarify some point though, the blog post you mentioned also using `expo start --dev-client` to start the application...
Thanks for really quick response! I understand that the goal of this package is not to follow any standard but the one I am checking [rfc4918](http://www.webdav.org/specs/rfc4918.html#HEADER_Overwrite) clearly explains the default...
I use different configuration files to achieve something similar. `deploy_api.yml`: ``` service: myapp registry: ... builder: context: ./backend dockerfile: Dockerfile servers: api: hosts: [1.2.3.4] expose: "8000" ``` `deploy_web.yml`: ``` service:...