telescope
telescope copied to clipboard
Redsign telescope react native navigation
Issue This PR Addresses
Fixes #3598
Type of Change
- [ ] Bugfix: Change which fixes an issue
- [ ] New Feature: Change which adds functionality
- [ ] Documentation Update: Change which improves documentation
- [x] UI: Change which improves UI
Description
Note: Please review #3584 first, #3584 will be merged first. Redesign navigation
Steps to test the PR
-
pnpm i
-
cd src/mobile
-
cp .env.development .env
-
pnpm start
Demo Video
Android
https://user-images.githubusercontent.com/58233223/168496329-4db5d940-d921-4bbe-ac49-e410643ca8d8.mp4
IOS
https://user-images.githubusercontent.com/58233223/168496339-3f16fd81-cce5-49b2-a290-3f127baae998.MP4
Checklist
- [x] Quality: This PR builds and passes our npm test and works locally
- [x] Tests: This PR includes thorough tests or an explanation of why it does not
- [x] Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not (if applicable)
- [ ] Documentation: This PR includes updated/added documentation to user exposed functionality or configuration variables are added/changed or an explanation of why it does not(if applicable)