Skip to content

Commit

Permalink
Remove filter pills from example page
Browse files Browse the repository at this point in the history
  • Loading branch information
suminkimm authored and mkcode committed Oct 23, 2020
1 parent 74fc285 commit e4dbd29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rn-tester/js/components/RNTesterExampleList.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const RNTesterExampleList: React$AbstractComponent<any, void> = React.memo(
page="components_page"
sections={sections}
filter={filter}
hideFilterPills={true}
render={({filteredSections}) => (
<SectionList
sections={filteredSections}
Expand Down

0 comments on commit e4dbd29

Please sign in to comment.