-
Notifications
You must be signed in to change notification settings - Fork 0
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
TabNavigator #17
Open
ManhHoDinh
wants to merge
6
commits into
master
Choose a base branch
from
dev/ManhHoDinh
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
TabNavigator #17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vuhoang-gr
reviewed
Aug 31, 2022
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.
- Chung
- Lý do xóa query-string trong package là gì thế?
- Lý do xóa gần hết các icon có từ trước trong icons/index.js là gì thế?
- src/components/Button/CustomButton.js là cái gì zợ? Nó là component global hay chỉ dùng cho cái màn hình nào đó ông làm thoi?
- PaymentNavigator
- Tôi không chắc có nên tách riêng payment ra 1 route không, cái này tôi sẽ tìm hiểu thêm, nhưng cá nhân tôi nghĩ là không.
- Lý do Auth và Main cần 2 luồng (routes) riêng, là vì khi đăng nhập thì nó không cần đến auth và khi đăng xuất thì nó không cần đến main.
- Thế nhưng ở đây mình vẫn có thể back lại từ màn hình payment về màn hình cũ, nên nếu để 1 route riêng mình sẽ phải xử lý nó cũng dở phết.
- Nhưng nah, nếu ông thích xử lý và vẫn để luồng riêng thì cũng oke thôi, nhưng nó sẽ không nằm trong NavigationContainer nhé, nó chỉ ở trong Stack.Navigator thôi. Vì như đã nói, NavigationContainer là cái bao ở ngoài, mình sẽ không cần thêm cái đấy ở đâu khác cả.
- RootNavigator
- Tôi chưa thấy a bạn update cái này nhở? Không có update gì hay chưa push tek?
- Tab Navigator (Đọc thêm - Có thể sửa nếu thích hoặc không cũng ksao)
- Nhận xét về mặt design: Có vẻ như text và icon của cái phần bottom tab đang không được thẳng hàng. Người dùng sẽ muốn nó thẳng hàng text với text và icon với icon ấy, ông có thể tìm hiểu thêm cách làm nhes.
- Phần style đang bị lặp code khá nhiều, kiểu cái Tab.Screen nào cũng dùng chung 1 cái chỉ khác cái icon ấy. Ông có thể tìm hiểu thêm về HOC để không cần lặp code.
|
Okei, vậy check lại package rồi sửa gì thì tạo lại pr nhes, ông có thể close nhes : )) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello Hellu