| #
95b5fc48 |
| 11-Nov-2021 |
Kudo Chien <[email protected]> |
[android] Fix building error from outside of project root (#15109)
# Why
our gradle script will break if building from outside of the project root. especially for appcenter to build a monorepo pr
[android] Fix building error from outside of project root (#15109)
# Why
our gradle script will break if building from outside of the project root. especially for appcenter to build a monorepo project, the gradle execution is in this case: `./packages/sdk43mono/android/gradlew -p packages/sdk43mono/android :app:assembleDebug`
fixes #14944
# How
passing working directory for [`String.execute`](https://docs.groovy-lang.org/latest/html/groovy-jdk/java/lang/String.html#execute(java.lang.String[],%20java.io.File))
# Test Plan
1. monorepo test repo: https://gitlab.com/kudochien/rnmono and run with `./packages/sdk43mono/android/gradlew -p packages/sdk43mono/android :app:assembleDebug`. note that this repo is include the fixes.
2. test from bare-expo:
```sh
cd $HOME
/path/to/expo/apps/bare-expo/android/gradlew -p /path/to/expo/apps/bare-expo/android :app:assembleDebug
```
Co-authored-by: Tomasz Sapeta <[email protected]>
show more ...
|
| #
9a2e4a78 |
| 05-Aug-2021 |
Raymond Botha <[email protected]> |
[docs][autolinking] Fix autolinking script location (#13935)
|
| #
05f2ed0c |
| 04-Aug-2021 |
Bartłomiej Bukowski <[email protected]> |
[autolinking] Use NodeJS to resolve autolinking script location & popularise it among other imports (#13901)
|
| #
a78aad5b |
| 27-Jul-2021 |
Łukasz Kosmaty <[email protected]> |
[unimodules][docs] Remove unneeded instruction (#13777)
|
| #
27a81464 |
| 19-Apr-2021 |
Brent Vatne <[email protected]> |
[docs] Update compileSdkVersion and targetSdkVersion in Android rnu setup diff. Fixes #12593
|
| #
2945b5f9 |
| 13-Sep-2020 |
Cedric van Putten <[email protected]> |
[docs] Upgrade docs to Next 9.5 (#10151)
|