ChatApp icon indicating copy to clipboard operation
ChatApp copied to clipboard

React Native Amsterdam meetup #1

Results 6 ChatApp issues
Sort by recently updated
recently updated
newest added

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. ![screen shot 2017-08-16 at 5 55 12 pm](https://user-images.githubusercontent.com/30042739/29352991-176b49a8-82ac-11e7-8ceb-ba52715b4915.png) 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...