Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal FlatList is not ok on Android (iOS is OK) #21595

Closed
3 tasks done
AlirezaAkbarix opened this issue Oct 9, 2018 · 11 comments
Closed
3 tasks done

Horizontal FlatList is not ok on Android (iOS is OK) #21595

AlirezaAkbarix opened this issue Oct 9, 2018 · 11 comments
Labels
Bug Component: FlatList Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@AlirezaAkbarix
Copy link

AlirezaAkbarix commented Oct 9, 2018

Environment

System:
  OS: macOS High Sierra 10.13.6
  CPU: x64 Intel(R) Core(TM) i7-2635QM CPU @ 2.00GHz
  Memory: 818.48 MB / 16.00 GB
  Shell: 3.2.57 - /bin/bash
Binaries:
  Node: 8.9.4 - /usr/local/bin/node
  Yarn: 1.9.4 - /usr/local/bin/yarn
  npm: 6.4.0 - /usr/local/bin/npm
  Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
  iOS SDK:
    Platforms: iOS 11.2, macOS 10.13, tvOS 11.2, watchOS 4.2
  Android SDK:
    Build Tools: 23.0.1, 23.0.2, 25.0.0, 25.0.2, 25.0.3, 26.0.1, 26.0.2, 26.0.3, 27.0.0, 27.0.1, 27.0.2, 27.0.3
    API Levels: 16, 18, 19, 22, 23, 24, 25, 26, 27
IDEs:
  Android Studio: 3.1 AI-173.4907809
  Xcode: 9.2/9C40b - /usr/bin/xcodebuild
npmPackages:
  react: ^16.5.1 => 16.5.2 
  react-native: ^0.57.1 => 0.57.1 
npmGlobalPackages:
  create-react-native-app: 2.0.2
  react-native-cli: 2.0.1
  react-native-macos-cli: 2.0.1

Description

Code is so simple:

  <FlatList
        horizontal={true}
        data={this.state.data}
        style={{backgroundColor:'yellow'}}
        showsHorizontalScrollIndicator={false}
        keyExtractor={this._keyExtractor.bind(this)}
        renderItem={({item}) => <ProductItem navigation={this.props.navigation} dataItem={item} key= 
        {item.id}/>}/>

As you can see below when app is RTL and list has just one content (that doesn't fill it's width) on Android it goes to the end (left), iOS behavior is OK as expected. LTR is OK on both.

LTR:

  • Android:
    image
  • iOS:
    image

RTL:

  • Android:
    image
  • iOS:
    image

Reproducible Demo

none

@react-native-bot react-native-bot added Platform: iOS iOS applications. Platform: Android Android applications. 🔶Lists labels Oct 9, 2018
@react-native-bot
Copy link
Collaborator

Can you run react-native info and edit your issue to include these results under the Environment section?

If you believe this information is irrelevant to the reported issue, you may write [skip envinfo] under Environment to let us know.

@kelset
Copy link
Contributor

kelset commented Oct 9, 2018

Can you try updating to 0.57.2?

@chrusart
Copy link
Contributor

chrusart commented Oct 9, 2018

And if it's still NOT ok, try 0.56.

@dulmandakh dulmandakh removed the Platform: iOS iOS applications. label Oct 10, 2018
@react-native-bot react-native-bot added the Platform: iOS iOS applications. label Oct 10, 2018
@AlirezaAkbarix
Copy link
Author

Its Android issue (not iOS) and still exists on 0.57.2

@kelset kelset removed the Platform: iOS iOS applications. label Oct 15, 2018
@yaronlevi
Copy link

Seeing this also on 0.55.0 + Android

@MahmoudAliIbrahim
Copy link

+1 on 0.57

@FadiAboMsalam
Copy link

+1 on 0.57.3

@nirmalrevar
Copy link

Facing Same issue only in Android.

@matinzd
Copy link
Contributor

matinzd commented Sep 14, 2019

It has also problem for large lists on RTL! When contents get too large flatlist will automatically scrolls to first items when horizontal={true}

@stale
Copy link

stale bot commented Dec 13, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Dec 13, 2019
@stale
Copy link

stale bot commented Dec 20, 2019

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Dec 20, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Dec 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Component: FlatList Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests