react-native-pager-view
react-native-pager-view copied to clipboard
React Native wrapper for the Android ViewPager and iOS UIPageViewController.
# Summary **iOS:** Because of some issues with "curl" transition style on iOS, property _transitionStyle_ is removed in this PR and **UIPageViewController** is always initialized with "scroll" transition. **Android:** Not...
# Current State Only Basic iOS features have been implemented so far # Summary Add a new arch to the pager library. Used docs/code examples: https://github.dev/software-mansion/react-native-screens/tree/main/FabricExample https://github.dev/th3rdwave/react-native-safe-area-context https://github.dev/cortinico/RNNewArchitectureApp/tree/ios/20220309 New API:...
# Feature Request ## Why it is needed Performance way to load a LOT of pages dynamically to create a truly dynamic swiper. ## Possible implementation / Code sample Right...
# Feature Request Hi team, I was wondering if this is in the plans for implementing a pull to refresh/reload feature where the children will get replaced/reloaded? Currently using this...
## Environment iOS ``` "react-native-pager-view": "^5.4.9", "react-native": "0.66.1", ``` ## Description We get a number of crash reports in crashlytics about next issue: ``` ReactNativePageView.m line 154 -[ReactNativePageView setupInitialController] ```...
> Task :react-native-pager-view:compileDebugKotlin FAILED e: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors e: /Users/lidongbo/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.5.30/649ffab7767038323fec0cc41e2d7b0a8f65a378/kotlin-stdlib-common-1.5.30.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible...
## Environment ``` "react-native": "0.63.4", "react": "16.14.0", "react-native-pager-view": "^5.4.9" ``` iOS 15.2 ## Description onPageSelected and onScroll handlers giving wrong index on iPhone 12 simulator (as well as on real...
I have a Drawer navigation setup with React Navigation (swipe edge width is set to the full width of the screen). In one of the routes I use Pager View....
# Summary Closed out https://github.com/callstack/react-native-pager-view/issues/98 and addressed https://github.com/callstack/react-native-pager-view/pull/131 * What is the feature?: We can now set active and inactive dot colors * How did you implement the solution? *...
# Feature Request IOS allows changing the indicator colors and it would be great to bubble that up to react-native: var pageIndicatorTintColor: UIColor? var currentPageIndicatorTintColor: UIColor? ## Why it is...