History log of /expo/.envrc (Results 1 – 18 of 18)
Revision Date Author Comments
# 90caa9cf 30-Jun-2023 Evan Bacon <[email protected]>

drop unused cli env vars (#23205)

# Why

These are no longer used in versioned CLI and shouldn't be used in any
of the global CLI tests.


# 24f97710 21-Aug-2021 Evan Bacon <[email protected]>

Enable CoreSimulator module by default for dog fooding (#14139)

Co-authored-by: Evan Bacon <[email protected]>


# 2cfc8c5a 18-Jun-2021 Jakub <[email protected]>

[setup] Update Android setup scripts & docs (#13108)


# e8b558db 06-Apr-2021 Tomasz Sapeta <[email protected]>

[env] Fix ANDROID_HOME not being set to ANDROID_SDK_ROOT


# e270611f 08-Feb-2021 Tomasz Sapeta <[email protected]>

Add hooks comparing remote and local CocoaPods lockfiles (#11795)


# 6e1dd0e8 02-Dec-2020 Tomasz Sapeta <[email protected]>

[ios] Make podspecs compatible with prebuilds (#11183)


# 60b9c827 01-May-2020 Ville Immonen <[email protected]>

[apps] Upgrade expo-cli and enable EXPO_USE_DEV_SERVER (#8099)


# ef80677c 07-Apr-2020 Nick Novitski <[email protected]>

Remove nix


# e22d13b6 15-Aug-2019 Evan Bacon <[email protected]>

Add bare project (#5263)

* Created bare project

* renamed bare project

* Fixed build errors

* [WIP] Run Android

* Fixed android bare workflow builds

* Update App.tsx

* Update build

Add bare project (#5263)

* Created bare project

* renamed bare project

* Fixed build errors

* [WIP] Run Android

* Fixed android bare workflow builds

* Update App.tsx

* Update build.gradle

* Update .babelrc

* Update index.js

* Removed android libs

- expo-task-manager
- unimodules-task-manager-interface
- expo-background-fetch
- expo-location
- expo-facebook

* Unified the module exclusion

* Update metro.config.js

* Update metro.config.js

* Update packages/expo-app-auth/android/build.gradle

Co-Authored-By: James Ide <[email protected]>

* Update package.json

* [WIP] Change android package

* [WIP] Change android package structure

* changed bundle ID to `dev.expo.payments`

* remove all custom config

show more ...


# bd98bfeb 20-Dec-2018 Tomasz Sapeta <[email protected]>

[envrc] add EXPO_ROOT_DIR env variable required by expotools


# 58b9ee98 11-Dec-2018 Nick Novitski <[email protected]>

Move tools/bin to bin


# 498bbe0e 21-Nov-2018 Nick Novitski <[email protected]>

Rename `nixpkgs` pin to `expo`


# edd2708b 15-Nov-2018 James Ide <[email protected]>

[tools] Split powertools out into expotools

This is a subset of powertools that we need in this repo to do things like publish dev versions of home. This commit copies most of powertools with the fo

[tools] Split powertools out into expotools

This is a subset of powertools that we need in this repo to do things like publish dev versions of home. This commit copies most of powertools with the following changes:

- Paths are updated for the Expo repo
- Removed commands that belong more in powertools
- Changed uses of `exp` to use `expo` (Expo CLI) instead
- Removed old bootstrap/expu/yarnu scripts
- Removed fixtures for SDK versions we don't include in the client anymore
- Converted from Flow to TypeScript
- Moved sensitive environment variables out of the scripts and into an encrypted file

Note: the commands to published (unversioned/versioned) test suite just use whatever version is in app.json.

Tested the publish-dev-home command and verified that after building the iOS app with the `PUBLISHED` manifest (twice, to flush caches) Home loaded fine.

show more ...


# 30d67c3c 02-Nov-2018 Nick Novitski <[email protected]>

Move nixpkgs into nix/


# 68ac3ec7 26-Sep-2018 Nick Novitski <[email protected]>

[ci] Start using nix


# bef6b9d7 03-Oct-2018 James Ide <[email protected]>

[yarn] Add a script to check the current version of Yarn (#2314)

Since we aren't using Nix to control the version of Yarn, in practice we've seen several people have different versions of Yarn insta

[yarn] Add a script to check the current version of Yarn (#2314)

Since we aren't using Nix to control the version of Yarn, in practice we've seen several people have different versions of Yarn installed -- I've seen this twice already. This commit adds a script called `check-yarn` that looks at your version of Yarn and compares (using semver) its version against a minimum desired version that is hard-coded.

The script runs as a "preinstall" script and not in `.envrc` because `yarn --version` is a bit slow and takes about 250ms on my machine and making `cd` feel noticeable is annoying.

Also actually enabled `source_local` in `.envrc` for good measure.

Test plan: Uninstalled the latest version of Yarn and ran `yarn` in the repository root and got the warning message about my Yarn version. Upgraded Yarn and saw the message go away.

show more ...


# 163daee7 21-Sep-2018 James Ide <[email protected]>

[secrets] Add `lock` and `unlock` scripts to run git-crypt with the right key

These are convenience scripts that use the right key. I also added an `.envrc` file that adds tools/bin to PATH.


# a4f02cb8 19-Sep-2018 James Ide <[email protected]>

Add a message saying the exponent directory is readonly

We are making the Expo repo the source of truth and turning off shipit, so commits to the exponent directory won't go anywhere i.e. the direct

Add a message saying the exponent directory is readonly

We are making the Expo repo the source of truth and turning off shipit, so commits to the exponent directory won't go anywhere i.e. the directory is readonly for most intents and purposes.

fbshipit-source-id: b1154f1

show more ...