-
Notifications
You must be signed in to change notification settings - Fork 108
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
What about scrollview? #70
Comments
My initial reaction was like "naaaaah"... but after sleeping on it I think you are right @ahmedlhanafy! It's not really possible to create a For web it's really just a plain view with style props set for Some time ago I created an abstraction where you could do |
It's more than that: https://github.com/necolas/react-native-web/tree/master/src/components/ScrollView |
@necolas totally right. I have looked through all your source on the weekend. Didn't mean to trivialize. It's definitely not "just a view with styles" in order to have API compatibility. My bad... thanks for the correction. |
I created better primitives with support TextInput and FlatList |
see #54 for the discussion |
I feel like
ScrollView
is an essential part of these primitives, I can't remember any app that I built without it.The text was updated successfully, but these errors were encountered: