RNTester: fixed up ScrollViewExample test name (#42043)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/42043

It had a typo: pressableStickyHeader vs pressableStickyHeaders

Changelog: [Internal]

Reviewed By: lunaleaps

Differential Revision: D52378237

fbshipit-source-id: b0ee4029797868298c00aab74808fce73e59e357
This commit is contained in:
Kevin Gozali
2023-12-21 17:56:18 -08:00
committed by Facebook GitHub Bot
parent 0be527b060
commit d5797aef98
@@ -324,7 +324,7 @@ const examples = ([
},
},
{
name: 'pressableStickyHeaders',
name: 'pressableStickyHeader',
title: '<ScrollView> Pressable Sticky Header\n',
description:
'Press the blue box to toggle it between blue and yellow. The box should remain Pressable after scrolling.',