Page MenuHomePhabricator

[native] Fix 'expo' command in nix env
ClosedPublic

Authored by bartek on Jan 19 2023, 4:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 1 2024, 3:25 PM
Unknown Object (File)
Oct 30 2024, 2:25 AM
Unknown Object (File)
Oct 30 2024, 2:25 AM
Unknown Object (File)
Oct 30 2024, 2:25 AM
Unknown Object (File)
Oct 30 2024, 2:22 AM
Unknown Object (File)
Oct 26 2024, 4:42 PM
Unknown Object (File)
Sep 26 2024, 8:53 AM
Unknown Object (File)
Sep 20 2024, 3:50 PM
Subscribers

Details

Summary

Analogous to D5508. I use the expo run:android instead of react-native run-android (see why) and it fails in Nix workflow. The solution is to do the same as in D5508.

I also added the run-ios and run-android scripts, because the COMM_DEV env should be provided when opening Metro bundler (and these commands do this unless already started or the --no-bundler flag is provided).

Test Plan
  • yarn dev still works the same way
  • expo run:ios builds the native app successfully
  • the same for expo run:android

Diff Detail

Repository
rCOMM Comm
Branch
barthap/expo-commands
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Jan 20 2023, 12:26 AM
bartek added inline comments.
native/package.json
23

I'd move COMM_DEV here UNLESS the expo command is used somewhere during the release process, cc @atul
In this case I wouldn't add the run-ios and run-android scripts

If they need access to the macOS native version of clang, this makes sense.

Not sure about COMM_DEV usage, but will defer to someone else on it.

native/package.json
23

Nope! Not part of the release process

This revision is now accepted and ready to land.Jan 20 2023, 5:30 PM
This revision was automatically updated to reflect the committed changes.