-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 📜 Description Update RN to 0.78. ## 💡 Motivation and Context One thing that I couldn't solve is `KeyboardToolbar` snapshot testing component. For some reasons it serializes entire react tree. I think it happens because the ecosystem is not ready for React 19 yet and serializers somehow doesn't work. In order not to block this PR I temporarily disabled this test. I'll enable it back when serializer stuff will be sorted out. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### JS - added `React.` prefix for `JSX` elements; ## 🤔 How Has This Been Tested? Tested both architectures on iPhone 15 Pro (iOS 17.5, Fabric), iPhone 16 Pro (iOS 18.1, paper) and Medium Phone API 35 (paper/fabric). ## 📸 Screenshots (if appropriate): <!-- Add screenshots/video if needed --> <!-- That would be highly appreciated if you can add how it looked before and after your changes --> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information
1 parent
2a923a6
commit b8a4de9
Showing
30 changed files
with
5,617 additions
and
5,927 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ local.properties | |
android.iml | ||
*.keystore | ||
!debug.keystore | ||
.kotlin/ | ||
|
||
# Cocoapods | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ local.properties | |
.cxx/ | ||
*.keystore | ||
!debug.keystore | ||
.kotlin/ | ||
|
||
# node.js | ||
# | ||
|
Oops, something went wrong.