Skip to content

Commit 239b421

Browse files
committed
fix: rn-calendar incompatibility
`react-native-calendar`'s `Agenda` has issues with React 18+, triggering a re-render loop. Multiple PRs fix this, but have yet to be merged into the lib. This commit uses the small fix from one of these PRs: wix/react-native-calendars#2737
1 parent 1acaaa1 commit 239b421

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-native-animatable": "1.4.0",
3535
"react-native-app-intro-slider": "4.0.4",
3636
"react-native-autolink": "4.2.0",
37-
"react-native-calendars": "1.1313.0",
37+
"react-native-calendars": "https://codeload.github.com/wix/react-native-calendars/tar.gz/d37e8e02e59c1818832aa0edc3bd1608f20e0912",
3838
"react-native-collapsible": "1.6.2",
3939
"react-native-gesture-handler": "^2.28.0",
4040
"react-native-image-zoom-viewer": "3.0.1",

0 commit comments

Comments
 (0)