Eli White

Results 85 comments of Eli White

What features or behaviors are you most excited about getting from React Native rendering to Flutter?

> RN could support something similar to how CSS custom properties are used for theming on the web @necolas This is how `PlatformColor` works. Essentially like css variables: ``` StyleSheet.create({...

@Kevinvangelder, one reason to have prefixed props would be because they don’t necessarily have stable consistent behavior and the platforms are figuring out what that looks like first. ——— Do...

## Focus - GettingFocus - GotFocus - LosingFocus - LostFocus Currently the only thing in React Native that can have focus is TextInput. We know this is wrong but this...

Thanks for the follow up. I think the distinction I had in my head was that instead of having a `` with windows specific props for view like onDragEnter, I...

Cc @sebmarkbage who has thought deeply about this hierarchy and cross platform views in the past. My understanding is that Seb has been preferring that we do that nested hierarchy...

Thoughts from @sebmarkbage (from an in person conversation), hopefully repeated by me fairly: - We should go for the nested approach instead of additional props on View. - Re the...

I want to come back to this conversation with a concrete example to ensure we have agreement on how we want to handle these platform specific props in the short...

Wow, cool to see people are still talking about this. I actually built the project that follows the flow chart that @christian-bromann linked to. All the pieces live here: https://github.com/thea-diffing...

This seems long dead, but we still get problems on our CI machine with browsers hanging around from grunt-karma failures. It would great to see this updated and merged.