react-native-macos icon indicating copy to clipboard operation
react-native-macos copied to clipboard

Examples

Open ptmt opened this issue 10 years ago • 11 comments

  • [x] Simple email client.
  • [x] Simple chat client.

ptmt avatar Oct 20 '15 13:10 ptmt

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?

ptmt avatar Oct 22 '15 11:10 ptmt

very nice! great work!

buhe avatar Oct 22 '15 11:10 buhe

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.

ptmt avatar Oct 24 '15 10:10 ptmt

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

ptmt avatar Oct 27 '15 04:10 ptmt

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)

ptmt avatar Oct 31 '15 13:10 ptmt

image

ptmt avatar Oct 31 '15 15:10 ptmt

screenshot 2015-11-04 11 22 07 That's realy ugly looking UI, but it's nice to work on it.

ptmt avatar Nov 04 '15 10:11 ptmt

screenshot 2015-11-25 20 36 28

Updates ScrollView, TextArea, TitleBar, RootView.

ptmt avatar Nov 25 '15 14:11 ptmt

screenshot 2015-11-29 20 38 25

ptmt avatar Nov 29 '15 14:11 ptmt

Hey, what kind of help is needed right now with it?

cbrwizard avatar Apr 02 '16 13:04 cbrwizard

@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.

ptmt avatar Apr 03 '16 09:04 ptmt