Skip to content

Commit 41fc7fd

Browse files
Add changelog for v0.86.0-rc.2 (#56963)
Summary: Add Changelog for 0.86.0-rc.2 ## Changelog: [Internal] - Add Changelog for 0.86.0-rc.2 Pull Request resolved: #56963 Test Plan: N/A Reviewed By: robhogan Differential Revision: D106301709 Pulled By: fabriziocucci fbshipit-source-id: 34d8d56a1dd5e4b03125ce47903bfc872a462cd2
1 parent bcadeda commit 41fc7fd

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v0.86.0-rc.2
4+
5+
### Added
6+
7+
#### Android specific
8+
9+
- **Pressable**: `android_ripple` now accepts `PlatformColor` ([60d8b282ea](https://github.com/facebook/react-native/commit/60d8b282eaf5bd2803fdaa838520f6ff41cc6737) by [@adrcotfas](https://github.com/adrcotfas))
10+
11+
### Changed
12+
13+
#### iOS specific
14+
15+
- **Build**: Cache prebuilt iOS binaries ([9a0b05b8d0](https://github.com/facebook/react-native/commit/9a0b05b8d07f3468a08077119189406d56a230ba) by [@cipolleschi](https://github.com/cipolleschi))
16+
17+
### Fixed
18+
19+
#### iOS specific
20+
21+
- **Build**: Fixed escaping local file URIs for unicode paths in ruby scripts ([9563cb5b5a](https://github.com/facebook/react-native/commit/9563cb5b5a546d6daf09abc9d5594850129a4ae3) by [@chrfalch](https://github.com/chrfalch))
22+
- **CocoaPods**: Fix Pod install checksum drifting ([814ebb12b6](https://github.com/facebook/react-native/commit/814ebb12b64cee51b91ada9fa0d90970feac9a9f) by [@chrfalch](https://github.com/chrfalch))
23+
- **CocoaPods**: Load `RCTDefines.h` first in the prebuilt React umbrella and drop the `module *` submodule wildcard so RCT_* macros propagate to consumer pods under `use_frameworks!`. ([90c303fafb](https://github.com/facebook/react-native/commit/90c303fafb941155dbe379e6b3e74390a139872a) by [@wneel](https://github.com/wneel))
24+
325
## v0.86.0-rc.1
426

527
### Fixed

0 commit comments

Comments
 (0)