Display only the first page on Android
See original GitHub issue <ViewPager
ref={viewPager => {
this.viewPager = viewPager;
}}
initialPage={0}
onPageScroll={this.onPageScroll}
onPageSelected={this.onPageSelected}
style={{ flex: 1, marginTop: -24 / ratio_width}}
>
<View key={'GameLiveControllerItemJc'}>
<JCEventsListView
ref={JCEventsListView => {
this.JCEventsListView = JCEventsListView;
}}
navigator={this.props.navigator}
/>
</View>
<View key={'GameLiveControllerItemBd'}>
<BDEventsListView
ref={BDEventsListView => {
this.BDEventsListView = BDEventsListView;
}}
navigator={this.props.navigator}
/>
</View>
</ViewPager>
Version: react-native: “0.61.0” Problem: The rest of the entries are not shown, show only the first item
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Set your homepage and startup page - Google Chrome Help
On your Android phone or tablet, open the Chrome app Chrome . · At the top right, tap More Organize and then Settings....
Read more >How to display a view only once on application first run?
Use SharedPreference to store a firstboot value, and check in the activity against that value. If the value is set, then the application...
Read more >Introduce first-time users to your app - Android Developers
To show a first-time user how to get the most from your app, present onboarding information at app startup. Here are some examples...
Read more >how to change home screen layout and settings for Samsung ...
This video will only focus on Home Screen settings. Widgets and Themes will be in another video.Here you can adjust home screen grid, ......
Read more >Excel header and footer: how to add, change and remove
Headers and footers are displayed only on printed pages, in Print Preview ... How to make a different header or footer for the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Could you check, if 4.1.1 version fixes it ?
@troZee I can confirm that 4.1.1 fixes it !