Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
[ios] Fix expo-notifications initial notification not being delivered… (
Browse files Browse the repository at this point in the history
#285)

 to expo-notifications

<!-- Thanks for contributing to _turtle_! Before you submit your pull request, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->

### Checklist
- [x] I've read the [Contribution Guidelines](https://github.com/expo/turtle/blob/master/CONTRIBUTING.md).
- [x] I've updated the [CHANGELOG](https://github.com/expo/turtle/blob/master/CHANGELOG.md) if necessary.
- [x] I've ensured the unit and smoke tests are still passing - either by running `yarn test:unit` and `yarn test:smoke:[ios|android]` or by checking the appropriate CircleCI builds' statuses.
- [x] **I've manually tested whether the changes I made work as expected.**

### Motivation and Context
Adds expo/expo@0e0bbdd and expo/expo@c49a046 fixing long-standing notifications bug.
  • Loading branch information
sjchmiela authored Dec 17, 2020
1 parent 5d539a1 commit 8f3be65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Changed

- Updated SDK 40 iOS tarball to fix `expo-notifications` not emitting initial notification response.

# [0.20.3] - 2020-12-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion shellTarballs/ios/sdk40
Original file line number Diff line number Diff line change
@@ -1 +1 @@
s3://exp-artifacts/ios-shell-builder-sdk-latest-5a9fa62b9ba6a67e081281ebd1fbe57c3baa92b7.tar.gz
s3://exp-artifacts/ios-shell-builder-sdk-latest-18350107fd109999f0ab5caabe45a4a92348da9d.tar.gz

0 comments on commit 8f3be65

Please sign in to comment.