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

[ncl] Remove RNCore screen #9715

Merged
merged 9 commits into from Aug 13, 2020
Merged

Conversation

EvanBacon
Copy link
Contributor

@EvanBacon EvanBacon commented Aug 13, 2020

Why

We currently have duplication between components and RNCore like selector. As more community modules get added we should move them over to components or APIs. We also have overlapping modules like expo-image. Finally we don't import the RN core screen into bare-expo because it adds more complexity. Merging the contents of RNCore with the APIs and Components screens will solve these issues.

How

  • Move RNCore examples into their own screens
  • Created ScrollView Screen
  • Merge ActionSheetIOS into the ActionSheet screen

Test Plan

  • Run bare-expo on iOS, and Android
  • Test via the web demo

@EvanBacon EvanBacon added the enhancement New feature or request label Aug 13, 2020
@EvanBacon EvanBacon requested a review from ide August 13, 2020 00:34
@EvanBacon EvanBacon self-assigned this Aug 13, 2020
@github-actions
Copy link
Contributor

Native Component List for this branch is ready

@EvanBacon EvanBacon merged commit e8f3dba into master Aug 13, 2020
@EvanBacon EvanBacon deleted the @evanbacon/ncl/move-rncore-examples branch August 13, 2020 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants