-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNTester UI Redesign #29685
RNTester UI Redesign #29685
Conversation
@rickhanlonii This PR is stacked on top of #29567. The changed files should be updated once #29567 gets landed. |
|
Here is the iOS Demo: https://drive.google.com/file/d/1po_RfluZ_FYTQShPJq6WLZW8urid08V6/view?usp=sharing |
The Android Demo is here direct link |
Co-authored-by: agarwalmanya <[email protected]> Co-authored-by: chirag-singhal <[email protected]> Co-authored-by: Ansh Godha <[email protected]> Co-authored-by: Yash Kumar Verma <[email protected]> Co-authored-by: Sanskar Jethi <[email protected]> Co-authored-by: Aniketh Saha <[email protected]> Co-authored-by: Xtremilicious <[email protected]> Co-authored-by: Jani Evakallio <[email protected]>
6c44d27
to
f46eb39
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rickhanlonii has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Base commit: 1271462 |
* Add documentation URL to examples and remove community screen * Navbar UI Changes, * Add filter category to each example * Fix docs icons and add empty state
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rickhanlonii has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was successfully merged by @anku255 in 549e5a8. When will my fix make it into a release? | Upcoming Releases |
Summary: This Pull request adds the UI changes to the RNTester app as discussed in the MLH Fellowship. This list is not exhaustive. - The initial App screen is redesigned. - A bottom Navbar has been added. - Filter pills are added. - The list card UI is updated. - The example page UI is updated. - Recently Viewed Sections are added. It shows the last 5 recently viewed components/APIs. - Bookmarking functionality is added. - The documentation URL is added to the example page. - RNTester doesn't lose its state on a hard refresh (even on iOS). <img width="373" src="https://user-images.githubusercontent.com/22813027/90530113-20346180-e192-11ea-8ef6-789fa25b402b.png" /> <img width="373" src="https://user-images.githubusercontent.com/22813027/90530112-20346180-e192-11ea-9539-706b540fcc5f.png" /> <img width="373" src="https://user-images.githubusercontent.com/22813027/90530100-1d397100-e192-11ea-8836-b88070643233.png" /> <img width="373" src="https://user-images.githubusercontent.com/22813027/90530110-1f9bcb00-e192-11ea-936b-64ee75fa4289.png" /> Pull Request resolved: #29685 Test Plan: Imported from GitHub, without a `Test Plan:` line. {F302717939} Note: this failed **before** this diff too: {F302745716} Reviewed By: mdvacca, cpojer Differential Revision: D23240434 fbshipit-source-id: 65e2766a6a097eca0e0d0fda8dadf6871e9276c2 Co-authored-by: agarwalmanya <[email protected]> Co-authored-by: chirag-singhal <[email protected]> Co-authored-by: Ansh Godha <[email protected]> Co-authored-by: Yash Kumar Verma <[email protected]> Co-authored-by: Sanskar Jethi <[email protected]> Co-authored-by: Aniketh Saha <[email protected]> Co-authored-by: Xtremilicious <[email protected]> Co-authored-by: Jani Evakallio <[email protected]>
Summary: This Pull request adds the UI changes to the RNTester app as discussed in the MLH Fellowship. This list is not exhaustive. - The initial App screen is redesigned. - A bottom Navbar has been added. - Filter pills are added. - The list card UI is updated. - The example page UI is updated. - Recently Viewed Sections are added. It shows the last 5 recently viewed components/APIs. - Bookmarking functionality is added. - The documentation URL is added to the example page. - RNTester doesn't lose its state on a hard refresh (even on iOS). <img width="373" src="https://user-images.githubusercontent.com/22813027/90530113-20346180-e192-11ea-8ef6-789fa25b402b.png" /> <img width="373" src="https://user-images.githubusercontent.com/22813027/90530112-20346180-e192-11ea-9539-706b540fcc5f.png" /> <img width="373" src="https://user-images.githubusercontent.com/22813027/90530100-1d397100-e192-11ea-8836-b88070643233.png" /> <img width="373" src="https://user-images.githubusercontent.com/22813027/90530110-1f9bcb00-e192-11ea-936b-64ee75fa4289.png" /> Pull Request resolved: facebook#29685 Test Plan: Imported from GitHub, without a `Test Plan:` line. {F302717939} Note: this failed **before** this diff too: {F302745716} Reviewed By: mdvacca, cpojer Differential Revision: D23240434 fbshipit-source-id: 65e2766a6a097eca0e0d0fda8dadf6871e9276c2 Co-authored-by: agarwalmanya <[email protected]> Co-authored-by: chirag-singhal <[email protected]> Co-authored-by: Ansh Godha <[email protected]> Co-authored-by: Yash Kumar Verma <[email protected]> Co-authored-by: Sanskar Jethi <[email protected]> Co-authored-by: Aniketh Saha <[email protected]> Co-authored-by: Xtremilicious <[email protected]> Co-authored-by: Jani Evakallio <[email protected]>
Summary
This Pull request adds the UI changes to the RNTester app as discussed in the MLH Fellowship.
Changelog
This list is not exhaustive.
The initial App screen is redesigned.
The example page UI is updated.
Recently Viewed Sections are added. It shows the last 5 recently viewed components/APIs.
Bookmarking functionality is added.
The documentation URL is added to the example page.
RNTester doesn't lose its state on a hard refresh (even on iOS).
Screenshots