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.