DEV Community

skptricks
skptricks

Posted on

React Native navigate Specific View of ScrollView on Button Click Android iOS

Post Link: React Native navigate Specific View of ScrollView on Button Click Android iOS

This tutorial explains how can we navigate specific view of full width ScrollView component on button click by providing view number. We will try to make this example as simple as possible. In our last tutorial we have discussed React Native Full Width Horizontal ScrollView example right, so this example will be using to navigate specific view on button click.
For your information react native ScrollView component doesn’t support any predefined method to navigate specific view of full width ScrollView component by just providing view number. So, you have to make it custom. Yes, this tutorial explains how we can make it custom from scratch with complete source code.

React Native navigate Specific View of ScrollView on Button Click Android iOS

Click here to read more...

Top comments (0)