Skip to content

Commit

Permalink
Upgrade react-native-screens to 3.7.2 (expo#14371)
Browse files Browse the repository at this point in the history
* [android] set com.diffplug.spotless plugin in settings.gradle

* remove plugin version spec from build.gradle

* add pluginManagement block for bare-expo, re yarn

* revert previous changes

* upgrade react-native-screens to 3.7.1

* upgrade to react-native-screens 3.7.2

Co-authored-by: Brent Vatne <brentvatne@gmail.com>
  • Loading branch information
cruzach and brentvatne authored Sep 14, 2021
1 parent ce68bc4 commit 49c998a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Package-specific changes not released in any SDK will be added here just before
- Updated `react-native-webview` from `11.6.2` to `11.13.0`. ([#14301](https://github.com/expo/expo/pull/14301) by [@kudo](https://github.com/kudo))
- Updated `react-native-lottie` from `4.0.2` to `4.0.3`. ([#14331](https://github.com/expo/expo/pull/14331) by [@cruzach](https://github.com/cruzach))
- Updated `@stripe/stripe-react-native` from `0.1.4` to `0.2.1`. ([#14357](https://github.com/expo/expo/pull/14357) by [@cruzach](https://github.com/cruzach))
- Updated `react-native-screens` from `3.4.0` to `3.7.0`. ([#14330](https://github.com/expo/expo/pull/14330) by [@cruzach](https://github.com/cruzach))
- Updated `react-native-screens` from `3.4.0` to `3.7.1`. ([#14330](https://github.com/expo/expo/pull/14330) by [@cruzach](https://github.com/cruzach))
- Updated `react-native-safe-area-context` from `3.2.0` to `3.3.2`. ([#14303](https://github.com/expo/expo/pull/14303) by [@kudo](https://github.com/kudo))

### 🛠 Breaking changes
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19480,9 +19480,9 @@ react-native-safe-modules@^1.0.3:
dedent "^0.6.0"

react-native-screens@~3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.7.0.tgz#95dfc69a0c26dc6f87dc957e56ccccfabc9820a8"
integrity sha512-+fmODKdhLITkxmynP2LXEN5DsKzot5TRWnSgkh8zVdf4BL7mDTN035PiOSjlgCxTqXopRPMZJk9TUPCYsRkbeA==
version "3.7.2"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.7.2.tgz#933cb0b6564b84a624a1e6ee0481e81415030ea9"
integrity sha512-TUmCE2ZIr6SFCUqsUqLsYQZ7EWo+tKyxSVFj3G5BCkGFOl3MwXEPgT/ihNCnL1aUAgr6TEMWVHg+awLkkQgYyQ==
dependencies:
warn-once "^0.1.0"

Expand Down

0 comments on commit 49c998a

Please sign in to comment.