Joshua

Results 3 comments of Joshua

Hi, For ES Module imports you can use the it like this. ``` import { env } from 'custom-env' env('dev') console.log(process.env.YOUR_VARIABLE) ```

Why has this not been merged yet?

Hi, I'm facing the same error on my build with v5, v4 worked fine. Bug only occurs on iOS 15 seems to be related to StoreKit 2 I have attached...