History log of /expo/scripts/setup-react-android.sh (Results 1 – 5 of 5)
Revision Date Author Comments
# 98f365fa 17-Oct-2022 Gabriel Donadel Dall'Agnol <[email protected]>

[scripts] Update setup-react-android to fallback sdkmanager (#19345)


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

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


# b398aa8c 06-Mar-2020 Brent Vatne <[email protected]>

[scripts] Update setup-react-android based on my recent experience


# dc235daf 09-Jan-2020 Hein Rutjes <[email protected]>

[android] Fixed NDK not installed when running `setup:native` (#6685)

When running `$yarn setup:native`, it may happen that the sdkmanager cannot be executed (`sdkmanager: command not found`) and th

[android] Fixed NDK not installed when running `setup:native` (#6685)

When running `$yarn setup:native`, it may happen that the sdkmanager cannot be executed (`sdkmanager: command not found`) and the Android NDK is not installed. This happens when your bash_profile already contains the Android SDK path (ANDROID_HOME),but not the `${sdk}/tool/bin` path.

Checking whether `../tools/bin` is in the path is tricky and sketchy, instead this PR therefore makes the script more resilient by using the absolute path to reference the `sdkmanager`. Fixes #6617

show more ...


# 275a6932 18-Sep-2019 Evan Bacon <[email protected]>

Updated README and CONTRIBUTING (#5603)

* Updated contributing

* Added contributing guide

* Updated docs from feedback

* Updated contributing

* Update download-dependencies.sh

* Updat

Updated README and CONTRIBUTING (#5603)

* Updated contributing

* Added contributing guide

* Updated docs from feedback

* Updated contributing

* Update download-dependencies.sh

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Moved code standards to a new guide

* Added TOCs

* Fixed TOCs

* Update CONTRIBUTING.md

* Updated setup scripts

* Updated setup scripts

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

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

* Update CONTRIBUTING.md

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

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update README.md

show more ...