[ ] I've ensured the unit and smoke tests are still passing - either by running yarn test:unit and yarn test:smoke:[ios|android] or by checking the appropriate CircleCI builds' statuses.
[x] I've manually tested whether the changes I made work as expected.
Checklist
yarn test:unit
andyarn test:smoke:[ios|android]
or by checking the appropriate CircleCI builds' statuses.Motivation and Context
This is a better solution for https://github.com/expo/turtle/issues/200 I removed the
jq
usage fromcheck-dynamic-macros-android.sh
.Description
I generated a new shell app from
expo/expo#sdk-37
branch and updated it here.