-
Notifications
You must be signed in to change notification settings - Fork 189
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
Redesign telescope react native app #3584
Conversation
57a5ec0
to
579fdda
Compare
579fdda
to
9138de9
Compare
13a17dd
to
1a83aec
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.
Great design, excellent job implementing it.
cb0876c
to
6532d3e
Compare
6532d3e
to
f8cec3d
Compare
f8cec3d
to
a898314
Compare
874d255
to
ecb265a
Compare
ecb265a
to
e0158e1
Compare
e0158e1
to
8c8158a
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.
Awesome. LGTM
import { Text, View, StyleSheet } from 'react-native'; | ||
import { Image } from 'react-native-elements'; | ||
|
||
const logo = require('../assets/logo.png'); |
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.
Es modules import
please.
Reorder Navigation Add pagination in post Fix Eslint config Remove About page and its components
8c8158a
to
20f60aa
Compare
Issue This PR Addresses
Fixes #3583
Type of Change
Description
Redesign Home page, and post page.
Follow-up redesigns navbar and improves CSS in the post text.
Steps to test the PR
pnpm i
cd src/mobile
cp .env.development .env
pnpm start
Demo Video
IOS
IOS.redisgn.MP4
Android
android.Redign.mp4
Checklist