Skip to content

Commit

Permalink
Rename examples in react-native that only has one of ios/android impl…
Browse files Browse the repository at this point in the history
…ementation (#38801)

Summary:
Pull Request resolved: #38801

Changelog: [Internal]

Reviewed By: gkz

Differential Revision: D48075375

fbshipit-source-id: ac51efdb380d394f710ec8bc3ed8b098176d3cc8
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Aug 5, 2023
1 parent 6699024 commit 7709aad
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rn-tester/js/utils/RNTesterList.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const Components: Array<RNTesterModuleInfo> = [
},
{
key: 'ScrollViewIndicatorInsetsExample',
module: require('../examples/ScrollView/ScrollViewIndicatorInsetsExample'),
module: require('../examples/ScrollView/ScrollViewIndicatorInsetsIOSExample'),
},
{
key: 'SectionListIndex',
Expand Down

0 comments on commit 7709aad

Please sign in to comment.