Skip to content

Commit

Permalink
build: bump react-native-pager-view 6.6.1 (#2592)
Browse files Browse the repository at this point in the history
* build: bump react-native-pager-view 6.6.1

* chore: update snapshots
  • Loading branch information
paulschreiber authored Dec 6, 2024
1 parent 6981756 commit 8d29497
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ exports[`renders correctly 1`] = `
</RCTScrollView>
</View>
</View>
<LEGACY_RNCViewPager
<RNCViewPager
collapsable={false}
initialPage={0}
keyboardDismissMode="on-drag"
Expand All @@ -995,7 +995,6 @@ exports[`renders correctly 1`] = `
"flex": 1,
}
}
useLegacy={true}
>
<View
collapsable={false}
Expand Down Expand Up @@ -3815,7 +3814,7 @@ exports[`renders correctly 1`] = `
}
/>
</View>
</LEGACY_RNCViewPager>
</RNCViewPager>
</View>
</View>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ exports[`renders correctly 1`] = `
</RCTScrollView>
</View>
</View>
<LEGACY_RNCViewPager
<RNCViewPager
collapsable={false}
initialPage={0}
keyboardDismissMode="on-drag"
Expand All @@ -1164,7 +1164,6 @@ exports[`renders correctly 1`] = `
"flex": 1,
}
}
useLegacy={true}
>
<View
collapsable={false}
Expand Down Expand Up @@ -2251,7 +2250,7 @@ exports[`renders correctly 1`] = `
}
/>
</View>
</LEGACY_RNCViewPager>
</RNCViewPager>
</View>
</View>
</View>
Expand Down
8 changes: 4 additions & 4 deletions dev-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"react-native-get-random-values": "^1.11.0",
"react-native-gradle-plugin": "^0.71.19",
"react-native-mmkv-storage": "^0.11.2",
"react-native-pager-view": "^6.5.1",
"react-native-pager-view": "^6.6.1",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "^3.16.3",
"react-native-safe-area-context": "^4.14.0",
Expand Down

0 comments on commit 8d29497

Please sign in to comment.