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

OnDeviceUI breaks RN versions <0.43 #1553

Closed
atticoos opened this issue Jul 31, 2017 · 0 comments
Closed

OnDeviceUI breaks RN versions <0.43 #1553

atticoos opened this issue Jul 31, 2017 · 0 comments

Comments

@atticoos
Copy link
Member

atticoos commented Jul 31, 2017

StoryListView makes use of SectionList, which is new to ReactNative v0.43. We currently support a minimum version of 0.27, so that breaks a number of lower versioned users.

I'd suggest continued usage of ListView. While this will ultimately be deprecated in the future, we can operate with the proper foresight by creating a backward-compatible approach where it creates a ListView or SectionList depending on the platform support.

While ideal, an MVP of this would be to use a ListView.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant