| #
a272999e |
| 11-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[tools] add and hook up lint setup, remove `module-scripts` (#16974)
|
| #
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
|
| #
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 ...
|
| #
2ed31047 |
| 24-Feb-2022 |
Kudo Chien <[email protected]> |
[android][ios] Upgrade react-native to 0.67.2 in Expo Go (#16400)
# Why
upgrade for sdk 45
# How
## upgrade react native fork
code in https://github.com/expo/react-native/tree/sdk-45
ba
[android][ios] Upgrade react-native to 0.67.2 in Expo Go (#16400)
# Why
upgrade for sdk 45
# How
## upgrade react native fork
code in https://github.com/expo/react-native/tree/sdk-45
basically cherry pick most necessary commits from sdk-44 branch but not these two:
1. https://github.com/expo/react-native/commit/125b36ac6d76e702bea4d7c41a8a402d68cdb1f1: because ExpoKit is already deprecated.
2. https://github.com/expo/react-native/commit/82d3ff5218cc576b5c7ea44c7adbf8b5aa5d985c: [use the official way to set metro server address](https://github.com/facebook/react-native/commit/e2b5b6504cb4dee8f2ec67f1d3a410801e1ca09a)
## migrate project setup
basically reference from: https://react-native-community.github.io/upgrade-helper/?from=0.64.2&to=0.67.2
## other build errors or launch errors
just to deal with these mess one by one.
# Test Plan
- [android] unversioned expo-go build + launch + load unversioned NCL
- [ios] unversioned expo-go build + launch + load unversioned NCL
show more ...
|
| #
97ff9121 |
| 28-Jan-2022 |
Kudo Chien <[email protected]> |
[packages] replace maven plugin with maven-publish plugin (#16080)
# Why
the `maven` plugin is deprecated in gradle 7 and the `maven-publish` plugin is the replacement.
fix #12774
# How
[packages] replace maven plugin with maven-publish plugin (#16080)
# Why
the `maven` plugin is deprecated in gradle 7 and the `maven-publish` plugin is the replacement.
fix #12774
# How
- replace `maven` plugin with `maven-publish` plugin and update its configurations.
- we still need `androidSourcesJar` and `artifact(androidSourcesJar)` to generate sourcesJar
- original `uploadArchives` would be replaced to `publish`
# Test Plan
- diff the generated artifacts before and after the change in `$HOME/.m2/reposotiry`
- test from react-native 0.67 project (gradle 7)
- test from react-native 0.66 project (gradle 6)
show more ...
|
| #
07f89462 |
| 04-Jan-2022 |
Eric Samelson <[email protected]> |
[expotools] restore expo-dev-client packages into expotools commands, fix unit tests (#15779)
|
| #
0b794d50 |
| 19-Aug-2021 |
Łukasz Kosmaty <[email protected]> |
[android] Fix build packages (#14121)
# Why
Fixes `et android-build-packages` which is needed by the standalone application.
# How
- Added `expo-in-app-purchases` to root android project.
[android] Fix build packages (#14121)
# Why
Fixes `et android-build-packages` which is needed by the standalone application.
# How
- Added `expo-in-app-purchases` to root android project. It's removed when building standalone, but we need to have it just for building the aar. In the future, we can remove it from both places. I believe we don't use it anyway ♂️
- Excluded `@unimodules/*` package from being prebuilt.
# Test Plan
- https://exponent-internal.slack.com/archives/C1QNF5L3C/p1629398301006600 ✅
show more ...
|
| #
a2ffa225 |
| 22-Jun-2021 |
Bartłomiej Klocek <[email protected]> |
[android] Split Expo Go to unversioned and versioned flavors (#12917)
* Add versioning flavors
Extract `flavors.gradle` and fix versioned
* Update manifest based on flavors
* Update fastlan
[android] Split Expo Go to unversioned and versioned flavors (#12917)
* Add versioning flavors
Extract `flavors.gradle` and fix versioned
* Update manifest based on flavors
* Update fastlane build
* Unflavor versioned code
* Update CI to use flavors
* Set default flavor
* Update guides
* Update expotools versioning code
[skip ci]
* [wip] remove flavors from shellapps
* Shell app fallback to `versioned`
* Fix et paths
* Bump `@expo/xdl` in `expotools`
[skip ci]
* Missing uncommitted changes
[skip ci] -expotools yarn.lock, shell app fixes
* Rebase fixes
* Update "Developing Expo Go" guide
[skip ci]
show more ...
|
| #
b06291d9 |
| 22-Apr-2021 |
jkh <[email protected]> |
[tools] add clarifying message to checkbox prompt (#12677)
|
| #
eeffdb10 |
| 21-Dec-2020 |
Tomasz Sapeta <[email protected]> |
[tools] Move tools/expotools one folder up (#11410)
|