Page MenuHomePhabricator

[native] Revert D4717
ClosedPublic

Authored by abosh on Aug 5 2022, 2:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 25, 9:38 AM
Unknown Object (File)
Tue, Jun 25, 4:14 AM
Unknown Object (File)
Sat, Jun 22, 12:24 AM
Unknown Object (File)
Fri, Jun 14, 7:49 AM
Unknown Object (File)
Fri, Jun 14, 4:01 AM
Unknown Object (File)
May 15 2024, 10:07 AM
Unknown Object (File)
Apr 29 2024, 5:22 PM
Unknown Object (File)
Apr 29 2024, 5:22 PM
Subscribers

Details

Summary

There were some changes I made in D4717 that appear to have broken running yarn react-native run-android when trying to build and run the Android app. I encountered this issue when fixing ENG-1485. The yarn react-native run-android command would fail with an error that went away once the changes in this diff were reverted.

I've also added the necessary ShellCheck directives to this file (for the time being, until I can figure out how to clean up this file correctly) so that the ShellCheck CI/GitHub Actions still passes. The Linear issue for fixing this file correctly is here.

Test Plan

After incorporating these changes, running:

cd keyserver && yarn dev

in one terminal,

cd native && yarn dev

in another terminal, and

yarn react-native run-android

in another terminal passes with no errors and builds the Android app correctly. However, without this reversion, yarn react-native run-android fails.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable