what's the start point to develop a real-time chat app using react-native? [closed]
I'd like to try to develop a simple chat room app, it might have the real-time message interaction, what's the important thing I should notice and I will do first?
javascript reactjs react-native
closed as too broad by Randy Casburn, Pointy, George Jempty, rodrigoap, Jack Bashford Nov 20 at 1:53
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I'd like to try to develop a simple chat room app, it might have the real-time message interaction, what's the important thing I should notice and I will do first?
javascript reactjs react-native
closed as too broad by Randy Casburn, Pointy, George Jempty, rodrigoap, Jack Bashford Nov 20 at 1:53
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I'd like to try to develop a simple chat room app, it might have the real-time message interaction, what's the important thing I should notice and I will do first?
javascript reactjs react-native
I'd like to try to develop a simple chat room app, it might have the real-time message interaction, what's the important thing I should notice and I will do first?
javascript reactjs react-native
javascript reactjs react-native
asked Nov 20 at 1:24
yuanlai
196113
196113
closed as too broad by Randy Casburn, Pointy, George Jempty, rodrigoap, Jack Bashford Nov 20 at 1:53
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by Randy Casburn, Pointy, George Jempty, rodrigoap, Jack Bashford Nov 20 at 1:53
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I highly recommend using react-native-gifted-chat for the UI, and using firebase for the real-time connection.
You will want to think about how the user will enter the chat. Will there be a message board, will there be group/one-to-one chat, will the users be able to send images, push notifications, in-app new message alerts, read receipts, etc.
I have a simple chat that I built using RN-gifted-chat and firebase that you can look at for reference: https://github.com/liplylie/ReactNativeChatImageAudio
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I highly recommend using react-native-gifted-chat for the UI, and using firebase for the real-time connection.
You will want to think about how the user will enter the chat. Will there be a message board, will there be group/one-to-one chat, will the users be able to send images, push notifications, in-app new message alerts, read receipts, etc.
I have a simple chat that I built using RN-gifted-chat and firebase that you can look at for reference: https://github.com/liplylie/ReactNativeChatImageAudio
add a comment |
I highly recommend using react-native-gifted-chat for the UI, and using firebase for the real-time connection.
You will want to think about how the user will enter the chat. Will there be a message board, will there be group/one-to-one chat, will the users be able to send images, push notifications, in-app new message alerts, read receipts, etc.
I have a simple chat that I built using RN-gifted-chat and firebase that you can look at for reference: https://github.com/liplylie/ReactNativeChatImageAudio
add a comment |
I highly recommend using react-native-gifted-chat for the UI, and using firebase for the real-time connection.
You will want to think about how the user will enter the chat. Will there be a message board, will there be group/one-to-one chat, will the users be able to send images, push notifications, in-app new message alerts, read receipts, etc.
I have a simple chat that I built using RN-gifted-chat and firebase that you can look at for reference: https://github.com/liplylie/ReactNativeChatImageAudio
I highly recommend using react-native-gifted-chat for the UI, and using firebase for the real-time connection.
You will want to think about how the user will enter the chat. Will there be a message board, will there be group/one-to-one chat, will the users be able to send images, push notifications, in-app new message alerts, read receipts, etc.
I have a simple chat that I built using RN-gifted-chat and firebase that you can look at for reference: https://github.com/liplylie/ReactNativeChatImageAudio
edited Nov 20 at 1:49
answered Nov 20 at 1:38
Jordan Daniels
35939
35939
add a comment |
add a comment |