History log of /expo/docs/public/static/diffs/expo-android.diff (Results 1 – 4 of 4)
Revision Date Author Comments
# 820f2441 22-Mar-2023 Aman Mittal <[email protected]>

[docs] Update manual installation steps for installing Expo modules in bare React Native (#21797)


# b5764e22 05-May-2022 Brent Vatne <[email protected]>

[docs] Update installing Expo modules guide


# 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 ...


# 189aa1e2 21-Oct-2021 Brent Vatne <[email protected]>

[docs] Add installing-expo-modules doc and hide/update unimodules guide (#14807)