-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule react-native-chat-app
updated
15 files
+2 −2 | App.tsx | |
+7 −0 | README.md | |
+22 −135 | db.json | |
+3 −0 | package.json | |
+89 −0 | server.js | |
+1 −28 | src/api/conversationApi.ts | |
+23 −0 | src/api/emailApi.ts | |
+13 −0 | src/api/userApi.ts | |
+37 −31 | src/page/ChatList.tsx | |
+4 −4 | src/page/ConversationList.tsx | |
+1 −1 | src/style/ChatList.ts | |
+1 −1 | src/style/ConversationList.ts | |
+13 −3 | src/utils/type.ts | |
+1 −4 | tsconfig.json | |
+185 −3 | yarn.lock |