-
IMPORTANT! Find a way to update offset without re-render: (redux JUST SAVE THIS DATA from current call, update to conversation state and update offset) -
Use local DB stores host IP -
Create chat UI -
Create Profile UI -
Create search friend UI - Create comments UI
-
Create Profile UI (when user click a name -> Show all post of this person); - Call UI
-
Create Signup UI -
Complete login scenario - Save current offset in new feeds when refresh or load more post
- Create new API get user info and post with UID
- Like and comment
-
Confirm delete post modal - Đổi mk
- Tìm bạn bè qua username, sdt, firstname + lastname
- Hủy kết bạn
- Gửi tin nhắn hình ảnh
- NewsFeed Design
- Login Screen Design
- Chat Screen Design 1
- Chat Screen Design 2
- Comments Screen Design
- RN Navigation
- RN Paper Icons
- RN Paper Theming
- RN Paper FAB
- RN Paper Bottom Navigation
- RN Paper Custom font
- State doesn't update inside setInterval
- (CURRENT) Use
rooms
to make private chat - Password keystone: 1234567
- Build APK:
cd android && ./gradlew assembleRelease
- Kill process at port:
sudo kill -9 $(sudo lsof -t -i:8081)