React-Native-ViewPager
React-Native-ViewPager copied to clipboard
ViewPager and Indicator component for react-native on both android and ios.
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
ViewPagerAndroid has been extracted from react-native core and will be removed in a future release
please fix the issues.
Since the ViewPager uses a ScrollView on iOS but doesn't provide access to its keyboardShouldPersistTap prop, I get the typical problem: I have a TextInput in the ViewPager and when...
Hello, I try to add 4 pages, in iOS work perfectly but Android is blank.. for what ? i search on all issues.. ``` import React from 'react'; import {...
Is there a way of setting the ViewPager height to the content height? I tried flex: 0 but it just renders nothing. this.tryLoadMoreEventsOnEndReached(e.position, this.props.eventList)} style={styles.ViewPager}> {mapToEventItem(this.props.eventList.results, this.props.navigator)} `
I developed a set of pages using rn-viewpager, using Expo SDK 32, and ran it on an Android emulator while doing so. It works flawlessly on the Android emulator. I...
I saw #18 and thought it was such a hacky/messy way to do this when it was so easy for the library to implement this feature, so I went ahead...
Update deprecated ViewPagerAndroid from react-native, use latest Viewpager from @react-native-community/viewpager Solve issue: **viewpager android has been removed from react native** download fixed version here: https://www.npmjs.com/package/rn-viewpager-handy
When i am using it with static data, it is working perfectly. But when i tried to use dynamic data, it is not showing anything. { mediaData.map((item, i) => this.renderRow(item,...