And thanks to the whole #reactnative community!
And thanks to the whole #reactnative community!
A 7 year old app, full of env vars that actually produces 4 apps, a megarepo (e.g. single repo for python backend+multiple react native apps+web+infra), devbox, and a lot of custom scripts on top of expo. Repros are my nemesis!
A 7 year old app, full of env vars that actually produces 4 apps, a megarepo (e.g. single repo for python backend+multiple react native apps+web+infra), devbox, and a lot of custom scripts on top of expo. Repros are my nemesis!
This did the trick, thanks 🙏
This did the trick, thanks 🙏
This way, the 100 engs at @alanengineering.bsky.social can contribute to mobile without worrying about compiling
This way, the 100 engs at @alanengineering.bsky.social can contribute to mobile without worrying about compiling
The logs don't show more errors.
The logs don't show more errors.
Also, this is not a big blocker as we build the expo dev client on the CI and most of our engs do not need to build locally, when they do, they just deactivate devbox.
Not the best DX, but devbox is well known to be a mightmare with xcode
Also, this is not a big blocker as we build the expo dev client on the CI and most of our engs do not need to build locally, when they do, they just deactivate devbox.
Not the best DX, but devbox is well known to be a mightmare with xcode
We have issues with iOS compilation with devbox, here's our `ios` command in the `package.json`
```
"ios": "[ \"$DEVBOX_ENABLED\" = \"true\" ] && echo \"❌🥺 Cannot compile iOS app with devbox enabled. Please run from Xcode, or temporarily disable Devbox.\" && exit 1 || expo run:ios",
```
We have issues with iOS compilation with devbox, here's our `ios` command in the `package.json`
```
"ios": "[ \"$DEVBOX_ENABLED\" = \"true\" ] && echo \"❌🥺 Cannot compile iOS app with devbox enabled. Please run from Xcode, or temporarily disable Devbox.\" && exit 1 || expo run:ios",
```
I still have an issue that I'm not sure to understand for now, you an look at the screenshot. Does it ring a bell?
We're using @storybook/react-native 8.4.2
cc @dannyhw.com
I still have an issue that I'm not sure to understand for now, you an look at the screenshot. Does it ring a bell?
We're using @storybook/react-native 8.4.2
cc @dannyhw.com
I'd love to try Radon IDE, but I have a specific setup (monorepo + nix/devbox) that seems to be incompatible with Radon IDE.
I'd love to be able to setup the current working directory so my devbox env is loaded.
Is it possible?
I'd love to try Radon IDE, but I have a specific setup (monorepo + nix/devbox) that seems to be incompatible with Radon IDE.
I'd love to be able to setup the current working directory so my devbox env is loaded.
Is it possible?