Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump React Native to 0.76 in example apps #6636

Merged
merged 25 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a6dd93a
Bump RN to 0.76
bartlomiejbloniarz Oct 25, 2024
f96b1ac
hermes oopsie
bartlomiejbloniarz Oct 28, 2024
90bec16
Update macos Podfile.lock
bartlomiejbloniarz Oct 28, 2024
a8a52cb
chore: Bump macos example to 0.76
tjzel Oct 30, 2024
a57736e
chore: Update yarn.lock
tjzel Oct 31, 2024
1d9f62b
Merge branch 'main' into @tjzel/bump-macos-example
tjzel Oct 31, 2024
467eb1a
chore: Try to fix CI with bundler update
tjzel Oct 31, 2024
ce8de41
chore: Bump gemfile and podfile
tjzel Oct 31, 2024
5c7aa3c
chore: Remove macos-init from package.json
tjzel Oct 31, 2024
f096dc4
Merge branch 'main' into @tjzel/bump-macos-example
tjzel Oct 31, 2024
01af9df
chore: Add workaround to the action
tjzel Oct 31, 2024
28ccc25
Merge branch 'main' into @bartlomiejbloniarz/bump-examples-to-0.76
tjzel Oct 31, 2024
6adee44
chore: Bump to React Native 0.76.1
tjzel Oct 31, 2024
bf93b60
chore: Add workaround to the action
tjzel Oct 31, 2024
0495526
chore: Fix gradle configs
tjzel Oct 31, 2024
2ce423e
chore: Update podfile
tjzel Oct 31, 2024
fceb175
chore: Remove rnsafearea and screens patches
tjzel Oct 31, 2024
388e5e2
chore: Update yarn.lock
tjzel Oct 31, 2024
3f13a49
Merge branch 'main' into @tjzel/bump-macos-example
tjzel Oct 31, 2024
e12d617
chore: Remove pager-view patch
tjzel Oct 31, 2024
a87eab4
chore: Remove rnpicker yarn patch
tjzel Oct 31, 2024
fdf0313
chore: Remove slider yarn patch
tjzel Oct 31, 2024
6e0e4c0
chore: Bump svg
tjzel Oct 31, 2024
fb2c9f3
Merge branch '@tjzel/bump-macos-example' into @bartlomiejbloniarz/bum…
tjzel Oct 31, 2024
a20cf5d
Merge branch 'main' into @bartlomiejbloniarz/bump-examples-to-0.76
tjzel Oct 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ diff --git a/android/src/paper/java/com/reactnativepagerview/PagerViewViewManage
index 959362c62af06f791088c416e2db8f1629ab63ce..6c1e385dbc4e78af2d0449498fcd77acda57482f 100644
--- a/android/src/paper/java/com/reactnativepagerview/PagerViewViewManager.kt
+++ b/android/src/paper/java/com/reactnativepagerview/PagerViewViewManager.kt
@@ -34,7 +34,7 @@ class PagerViewViewManager : ViewGroupManager<NestedScrollableHost>() {
vp.adapter = ViewPagerAdapter()
//https://github.com/callstack/react-native-viewpager/issues/183
vp.isSaveEnabled = false
- eventDispatcher = reactContext.getNativeModule(UIManagerModule::class.java)!!.eventDispatcher
+ eventDispatcher = reactContext.getNativeModule(UIManagerModule::class.java)!!.getEventDispatcher()

vp.post {
vp.registerOnPageChangeCallback(object : OnPageChangeCallback() {
@@ -132,7 +132,7 @@ class PagerViewViewManager : ViewGroupManager<NestedScrollableHost>() {
PageSelectedEvent.EVENT_NAME, MapBuilder.of("registrationName", "onPageSelected"))
}
Expand Down
4 changes: 2 additions & 2 deletions apps/common-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"react": "18.3.1",
"react-native": "0.76.0-rc.3",
"react-native-gesture-handler": "2.20.0",
"react-native": "0.76.0",
"react-native-gesture-handler": "2.20.2",
"react-native-pager-view": "patch:react-native-pager-view@npm%3A6.4.1#~/.yarn/patches/react-native-pager-view-npm-6.4.1-2322ade6e0.patch",
"react-native-reanimated": "workspace:*",
"react-native-safe-area-context": "patch:react-native-safe-area-context@npm%3A4.11.0#~/.yarn/patches/react-native-safe-area-context-npm-4.11.0-f8b3b898df.patch",
Expand Down
Loading
Loading