You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(iOS): exclude gamma project files from end-user builds (#195)
## Description
This PR excludes gamma project files from user builds.
To enable gamma project for local development you must set
`RNS_GAMMA_ENABLED=1`
environment variable.
I plan to add `.envrc` file that will set this automatically for us, but
it will
be done in separate PR.
## Changes
<details>
<summary>Commits</summary>
</details>
## Test code and steps to reproduce
`FabricExample` & `Example` should build with `RNS_GAMMA_ENABLED` set to
1 or 0.
## Checklist
- [ ] Ensured that CI passes
0 commit comments