| #
ab91dd02 |
| 22-Mar-2023 |
aleqsio <[email protected]> |
[expo-modules] Create local create-expo-module template (#21460)
|
| #
5ff37293 |
| 01-Feb-2023 |
Kudo Chien <[email protected]> |
[android][tools] fix android versioning (#20889)
# Why
fix android versioning after react-native 0.71 upgrade
# How
mostly fixing transforms
# Test Plan
1. `et add-sdk -p android -s 4
[android][tools] fix android versioning (#20889)
# Why
fix android versioning after react-native 0.71 upgrade
# How
mostly fixing transforms
# Test Plan
1. `et add-sdk -p android -s 48.0.0`
2. `cd android ; ./gradlew :app:assembleVersionedDebug`
3. versioned android expo go + sdk 48 ncl smoke test
show more ...
|
| #
08875291 |
| 28-Sep-2022 |
Eric Samelson <[email protected]> |
[expo-dev-client] move expo-test-runner into repo, get tests running locally (#19254)
|
| #
9ffd5738 |
| 18-Apr-2022 |
Kudo Chien <[email protected]> |
[tools][android] versioning expo-gl-cpp (#17093)
# Why
for sdk 45 to version expo-gl-cpp
# How
- remove expo-gl-cpp from unversionable package list
- [tools] fine tune versionCxx script to
[tools][android] versioning expo-gl-cpp (#17093)
# Why
for sdk 45 to version expo-gl-cpp
# How
- remove expo-gl-cpp from unversionable package list
- [tools] fine tune versionCxx script to run cxx expo-modules in sequence. that's not ideally when we run multiple gradle process in parallel
- [tools] add `SoLoader.loadLibrary()` versioning
- [tools] add `{VERSIONED_ABI_NAME_JNI_ESCAPED}` macro for patch file to support java symbol -> cpp symbol mapping. e.g. when the java method is `abi45_0_0.expo.modules.gl.cpp.EXGL.EXGLContextCreate`, the corresponding cpp function name would be `Java_abi45_10_10_expo_modules_gl_cpp_EXGL_EXGLContextCreate`
- add versioning patch for expo-gl-cpp
# Test Plan
`et add-sdk -p android -s 45.0.0` + versioned android expo go + sdk45 NCL GL test case
Co-authored-by: Tomasz Sapeta <[email protected]>
show more ...
|
| #
e229380e |
| 06-Apr-2022 |
Łukasz Kosmaty <[email protected]> |
[core] Rename `expo-modules-tests-core` -> `expo-modules-test-core` (#16928)
# Why
Rename `expo-modules-tests-core` -> `expo-modules-test-core`
# Test Plan
- CI
|
| #
6c6e8110 |
| 05-Apr-2022 |
Will Schurman <[email protected]> |
[eas-client] Allow module versioning on android (#16930)
|
| #
67e936ed |
| 04-Apr-2022 |
Will Schurman <[email protected]> |
[expo-eas-client] Rename package (#16884)
|
| #
82aa21ce |
| 31-Mar-2022 |
Łukasz Kosmaty <[email protected]> |
[test] Rename `unimodules-test-core` -> `expo-modules-tests-core` (#16816)
# Why
Closes ENG-4140.
Rename `unimodules-test-core` -> `expo-modules-tests-core`
# How
Rename all appearances of
[test] Rename `unimodules-test-core` -> `expo-modules-tests-core` (#16816)
# Why
Closes ENG-4140.
Rename `unimodules-test-core` -> `expo-modules-tests-core`
# How
Rename all appearances of `unimodules-test-core` to `expo-modules-tests-core`.
# TODO (in separate PRs)
- make `expo-modules-tests-core` linkable.
- add `expo-modules-tests-core` as a dev dependency to packages that are using it.
# Test Plan
- CI
show more ...
|
| #
9de60485 |
| 29-Mar-2022 |
Tomasz Sapeta <[email protected]> |
Entirely remove unimodules-task-manager-interface (#16782)
|
| #
61457939 |
| 23-Mar-2022 |
Will Schurman <[email protected]> |
[expo-eas-client-id] Add EAS client ID library (#16680)
|
| #
07f89462 |
| 04-Jan-2022 |
Eric Samelson <[email protected]> |
[expotools] restore expo-dev-client packages into expotools commands, fix unit tests (#15779)
|
| #
444f4195 |
| 06-Dec-2021 |
Tomasz Sapeta <[email protected]> |
[tools] Stop versioning expo-module-template
|
| #
0dfbbd2a |
| 31-Aug-2021 |
Will Schurman <[email protected]> |
[expo-json-utils] Introduce expo-json-utils for better json typesafety (#14229)
|
| #
706a476d |
| 26-Aug-2021 |
Will Schurman <[email protected]> |
[expo-updates] Factor out raw manifests into their own package (#14183)
|
| #
554161dd |
| 21-Apr-2021 |
Tomasz Sapeta <[email protected]> |
[ios][android] Remove expo-gl-cpp-legacy package (#12639)
|
| #
eeffdb10 |
| 21-Dec-2020 |
Tomasz Sapeta <[email protected]> |
[tools] Move tools/expotools one folder up (#11410)
|