Andrew Meier

Results 6 comments of Andrew Meier

Ah I should have given more context on my first example. This feels a bit like it's a deep link as well since it's outside of ComposableNavigator's Root. I have...

This is an issue for the 7.1 assignment part 8 https://popcode.org/?snapshot=fde1750f-d940-486f-933f-ea132998cc92

``` const JSON_ENDPOINTS = [ /direct_messages\/events\/new/, /direct_messages\/welcome_messages\/new/, /direct_messages\/welcome_messages\/rules\/new/, /media\/metadata\/create/, /collections\/entries\/curate/, /accounts\/[^\/]+\/cards$/, ]; function isJSONEndpoint(resource) { const endpoint = JSON_ENDPOINTS.find((endpoint) => { return endpoint.test(resource) }) return !!endpoint } ``` Swapping the...

Hey @dnkoutso, did you ever get an M1? We're still running into this. `requires_app_host = true` works, but I'd prefer not to need that.