Skip to content

Commit 5cf4ab8

Browse files
suminkimmfacebook-github-bot
authored andcommitted
Remove filter pills from example page (#30198)
Summary: rickhanlonii Removes filter pills from example page in RNTester app. ## Changelog Removed filter pills from example page by changing hideFilterPills property to true in RNTesterExampleList.js <div> <img src="https://user-images.githubusercontent.com/43835229/96194048-88e05600-0f17-11eb-9262-660a7a4bb170.png" width="200" height="400" style="float:left" /> <img src="https://user-images.githubusercontent.com/43835229/96194345-26d42080-0f18-11eb-9af2-bbf9fcc9518a.png" width="200" height="400" /> </div> [Android] [Removed] - Remove filter pills [iOS] [Removed] - Remove filter pills Pull Request resolved: #30198 Test Plan: RNTester app builds and runs as expected and filter pills are removed from the screen. <div> <img src="https://user-images.githubusercontent.com/43835229/96194077-9564ae80-0f17-11eb-821e-13da51d37581.png" width="200" height="400" style="float:left"/> <img src="https://user-images.githubusercontent.com/43835229/96194532-8fbb9880-0f18-11eb-9ecf-48e1b4a9ac25.png" width="200" height="400" /> </div> Reviewed By: cpojer Differential Revision: D24395513 Pulled By: rickhanlonii fbshipit-source-id: 7351ce8972185f973ad302d70929491cc6f56907
1 parent b9b2215 commit 5cf4ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rn-tester/js/components/RNTesterExampleList.js

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ const RNTesterExampleList: React$AbstractComponent<any, void> = React.memo(
152152
page="components_page"
153153
sections={sections}
154154
filter={filter}
155+
hideFilterPills={true}
155156
render={({filteredSections}) => (
156157
<SectionList
157158
sections={filteredSections}

0 commit comments

Comments
 (0)