| #
8a3b2c14 |
| 05-May-2022 |
Kudo Chien <[email protected]> |
[android] Fix more FLAG_MUTABLE exception in PendingIntent (#17333)
# Why
fix #17276
# How
basically follow #17164 but search all `PendingIntent.g` across all code in expo/expo repository.
[android] Fix more FLAG_MUTABLE exception in PendingIntent (#17333)
# Why
fix #17276
# How
basically follow #17164 but search all `PendingIntent.g` across all code in expo/expo repository.
# Test Plan
on Android S devices, use android unversioned expo go + NCL for the following test cases:
1. BackgroundNotification
2. Notifications
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 ...
|
| #
5db43c74 |
| 05-Sep-2021 |
Will Schurman <[email protected]> |
[expo-manifests] Remove reliance upon stableLegacyId/originalFullName (#14265)
|
| #
6a0ac45c |
| 03-Sep-2021 |
Will Schurman <[email protected]> |
[android] Use JSONObjectUtils in client code (#14272)
|
| #
50661f5c |
| 30-Aug-2021 |
Will Schurman <[email protected]> |
[expo-manifests] Rename RawManifest -> Manifest (#14194)
|
| #
706a476d |
| 26-Aug-2021 |
Will Schurman <[email protected]> |
[expo-updates] Factor out raw manifests into their own package (#14183)
|
| #
cd4bd26b |
| 19-Aug-2021 |
Will Schurman <[email protected]> |
[android] Kotlinize notification utils (#14020)
|