-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update RN pager view patch file (#6397)
## Summary Our patch to `react-native-pager-view` for `RN 0.75-rc.6` works, but seems like it isn't the best way to do that, as stated [here](callstack/react-native-pager-view#850 (comment)). In short, removing the `override` keyword will cause tab bar navigation crashes. Instead, I adjusted the functions' signature, so that they actually override something. ## Test plan Try building android examples
- Loading branch information
1 parent
b2f4e1d
commit 467289a
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
.yarn/patches/react-native-pager-view-npm-6.3.3-7b62f58674.patch
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