Alexander Zhang
Alexander Zhang
One proposal that allows the _GooglePayButton_, _ApplePayButton_, and _PayButton_ to accept a string which can either be the payment configuration or the payment configuration file. #7
## Environment ``` "dependencies": { "react": "18.2.0", "react-native": "0.71.2", "react-native-pager-view": "^6.1.2" }, ``` On android emulator. ## Description When using `offscreenPageLimit` and pages that have `flex: 1`, after rotating the...
### Description Seeing similar error to the one here https://github.com/facebook/react-native/issues/38743 but have a reproducible example. Use case is to change some styles of a tab bar when going to a...
### Feature request `contentOffset={memoContentOffset}` causes a bug whenever the header size changes, the view scrolls back to the top. The header size can change when rotating the device or some...
### Description On iOS, picking a video will create a temporary file in cache with name ``. When the original file name has white space, the file name that is...
## Environment ``` "react-native": "0.75.4" "react-native-pager-view": "^6.7.0" Tested on iOS 18.2 device and simulator ``` ## Description Use case is creating a "load more pages" behavior. Ex. Swiping tinder profiles....