DEV Community

skptricks
skptricks

Posted on

1

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...

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay