Examples
- [x] Simple email client.
- [x] Simple chat client.
Added Email Client. See readme for screenshots https://github.com/ptmt/react-native-desktop/blob/master/Examples/SimpleGmailClient/README.md
In the process found so many bugs which should be fixed and improvements which should be added.
Anyone wants to build persistent, animated, truly idiomatic React app?
very nice! great work!
Another very early app added https://github.com/ptmt/react-native-desktop/tree/master/Examples/SimpleChatClient. Stopped to work on it, because of lack of features.
Discords TODOs:
- [x] Port AsyncStorage;
- [x] Port from RN
<Image/>; - [x] Add SigninForm with animations, add image background;
- [x] Redux;
- [x] Show feedback on hover links;
- [x] Persistensy;
- [x] Textinput and sending messages;
- [ ] Parse markdown, usernames?, links;
- [x] Tabs
- [ ] Actual updates on websockets (unreads counter);
- [ ] Keyboard shortcuts;
- [ ] Wrapping text
- [ ] Animation on didMount of messages component and unmounting too.
- [ ] ListView for fast and predicatable rendering
Such a progress with Redux. Need a persistency? Just add Redux-Storage! Incredible. Many features, including devtools for free (thanks to execution of js thread in Chrome)

That's realy ugly looking UI, but it's nice to work on it.

Updates ScrollView, TextArea, TitleBar, RootView.

Hey, what kind of help is needed right now with it?
@cbrwizard, any type of idiomatic React app, which also use some native components and follows Apple Guidelines.
I still think that apps for Email and Chat are good real-world examples, just need to add the line between a nice and concise example and full-featured app.