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 committed Oct 27, 2020
1 parent 1903f66 commit 5e5a007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/rn-tester/js/RNTesterAppShared.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ const RNTesterApp = (): React.Node => {
<RNTesterExampleContainer module={ExampleModule} />
</View>
)}

<ExampleListsContainer
isVisible={!ExampleModule}
screen={screen || Screens.COMPONENTS}
Expand Down
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 5e5a007

Please sign in to comment.