ChatApp
ChatApp copied to clipboard
React Native Amsterdam meetup #1
Trying to learn react native, I've debugged and run everything in this web app. There's just one major issue, the messages look like they're all sent by the same user....
I cloned ChatApp from git and started the app using 'react-native run-ios' But after splash screen there's an error.  What can I...
Hello, I am learning react native and I need your help. I am not able to load all the message on the GiftedChat component. Only the last message is visible...
In android emulator when i try to run the GiftedChat. it shows Warining 'keyboardShouldPersistTabs={true}' is deprecated. use 'keyboardShouldpersist='always' instead. the typeing input is hiding. could you please tell me where...