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

Add support for Carbon UI #282

Closed

Conversation

tuckerconnelly
Copy link

This is for compatibility with Carbon UI. onLayout worked great :)

  • Switches from Stylesheet.create() to using classname
  • Normalized onScroll event (added nativeEvent)
  • Adds Linking

Test Plan

Biggest change was moving from Stylesheet.create() to classname. Reviewed the jest snapshot differences and updated them.

@necolas
Copy link
Owner

necolas commented Dec 11, 2016

Please can you remove the style changes

@tuckerconnelly
Copy link
Author

Why?

@necolas
Copy link
Owner

necolas commented Dec 11, 2016

Your PR does 3 different, unrelated things. I'd rather review and merge single-purpose PRs with explanations. I'm currently iterating on the ways styles are handled in the library and I don't know what your changes are for

@tuckerconnelly
Copy link
Author

Sure np, will tomorrow.

@necolas
Copy link
Owner

necolas commented Dec 12, 2016

I added Linking support in dc54e03

@necolas
Copy link
Owner

necolas commented Dec 12, 2016

And ScrollView event normalization in 4c46126 (was needed for the ListView branch too)

@tuckerconnelly
Copy link
Author

Thanks necolas. Broke what was remaining into #283 and #284

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

Successfully merging this pull request may close these issues.

2 participants