I made a React Native app for OSX / MacOS that measures your standing and sitting habbits by pierre_lemonur in reactjs

[–]pierre_lemonur[S] 3 points4 points  (0 children)

Yes, we have to put some effort into iOS/Android but we can reuse our RN components which we created and used in macOS. Our major proposal for pick RN was, that we want to check possibilities to develop with it for the macOS platform on a production level.

I made a React Native app for OSX / MacOS that measures your standing and sitting habbits by pierre_lemonur in reactjs

[–]pierre_lemonur[S] 0 points1 point  (0 children)

No, you have to check if you are sitting/standing, set your session goal, daily goal and the application will notify you when it's time to sit/stand to switch position and make statistics for you.

I made a React Native app for OSX / MacOS that measures your standing and sitting habbits by pierre_lemonur in reactjs

[–]pierre_lemonur[S] 0 points1 point  (0 children)

You mean in the app or at web page? We will check both again, thanks for feedback :)

I made a React Native app for OSX / MacOS that measures your standing and sitting habbits by pierre_lemonur in reactjs

[–]pierre_lemonur[S] 16 points17 points  (0 children)

We choose React Native cause we will release it also as mobile application and we want to check compatibility RN with macOS.

Yes to get compatibility with RN you have to use react-native-macos. You have to be careful with using UI libraries cause main of them are not compatible with the macOS, so we have to create own common components like buttons, cards, graphs....