vincentriemer / react-native-dom

An experimental, comprehensive port of React Native to the web.
https://rntester.now.sh
MIT License
3.25k stars 73 forks source link

ScrollView not working in chrome 71 #95

Closed arafeek closed 5 years ago

arafeek commented 5 years ago

First off, thanks for the library!

I've noticed an issue where <ScrollView>, <ListView> and <SectionList> components don't appear to be working in chrome 71. At first I thought that it was an issue with how I was wrapping them, but when running my app in Safari they appear to work as expected.

Screencaps:

Chrome jan-23-2019 12-35-51

Safari jan-23-2019 12-35-32

arafeek commented 5 years ago

ah this was fixed in a recent version