Create a dymanic horizontal scroll text reader

Viewed 18

I'm developing a Kindle like reader in React Native. For better reading experience I'm trying to make a reader in horizontal pages style, like a ebook reader, using FlatList to dynamically fit the text in a View and create pages based on the fontsize.

So I want to transform this:

enter image description here

Into this:

enter image description here

This is possible using React/Js or other Js framework?

0 Answers
Related