Joel
Joel
Looping back to confirm that `@azure/[email protected]` (with peer `@azure/[email protected]`) makes the sound work as expected 🎉
Well, I think I found the reason confirmed after delving through the docs for a while: https://docs.expo.dev/app-signing/apple-developer-program-roles-and-permissions/#eas-build > EAS CLI can only accept an Apple account's email and password to...
Took some time to look into to the supposed solution: https://docs.expo.dev/build/building-on-ci/#optional-provide-an-asc-api-token-for-your-apple-team As far as I can tell, setting up the requested environment variables (`EXPO_ASC_API_KEY_PATH`, `EXPO_ASC_KEY_ID`, `EXPO_ASC_ISSUER_ID`, `EXPO_APPLE_TEAM_ID`, `EXPO_APPLE_TEAM_TYPE`) ~does not...
I just tried to upgrade and ran into one incompatibility, but (perhaps obviously) it had no functional impact, just caused a type error. Specifically, I have defined a few layers...
@Pessimistress I think there is since the recent 3.5.0 release that this issue is about. The [migration guide](https://github.com/mapbox/mapbox-gl-js/issues/13203#issue-2359764549) indicates it: > Style-Spec JSON objects in GL JS are suffixed with...
That's right. Thanks for clarifying! I based my practice on [your documentation](https://visgl.github.io/react-map-gl/docs/api-reference/layer), though I must have confused `mapbox-gl` types with the `react-map-gl` re-exported types. However, even using `react-map-gl` re-exported types,...