Jorens Merenjanu

Results 31 comments of Jorens Merenjanu

I'm also having this issue.

I managed to solve this by using [Platform extensions](https://reactnative.dev/docs/platform-specific-code#platform-specific-extensions). I created a file `stripe.ts` for web which exports placeholder components/functions, and created a file `stripe.native.ts` for mobile which exports the...

[Apparently Expo only supports dot notation for accessing env variables](https://docs.expo.dev/guides/environment-variables/#how-to-read-from-environment-variables). Which is strange because it worked with Expo Go. I'll try changing the validator to use dot notation and report...

Update: After changing my validator to use dot notation, I'm still getting the same error about missing env vars

When I run the build command it does show in the CLI that the env variables were added: ![console output](https://github.com/expo/eas-cli/assets/17122123/472b13b5-9e84-42a7-8bc8-572a3938556a) Whereas in my EAS build logs, under `Spin up build...

@szdziedzic I'm not working on this project anymore as my client decided to pivot, but I'll try to re run the build when I have some free time

> But I found a strange pattern, so I'll reopen it. ~But I think this can be marked it as a breaking change instead of updating compiler.~ ~-> Oh, now...

I think an even better solution would be to automatically end the previous session if a new session is being created. I'm not sure about the security concerns of this...

I'm having the same issue. I've tried all the suggestions here and from other places but nothing seems to work for me. I'm having this on web.

@CelestialAlchemist Welcome to the open source community! You're right that this wasn't the appropriate place to submit the issue, it turns out that there is a [separate repo for the...