Tag Archives: UIScrollView

How to implement a simple horizontal paginated ScrollView with React Native

Create an horizontal paginated ScrollView with React Native looks simple, but it wasn’t for me because I didn’t know how to size the content correctly. Around the internet a lot of people suggest to use the window size and eventually make some computation on it, but it is not the right solution or, at least, not the easiest.

Continue reading