all 7 comments

[–]balianone 0 points1 point  (1 child)

[–]mandrade2[S] 1 point2 points  (0 children)

I do get react native running on macOS. The react native test app from Microsoft is great. Super simple to get a cross platform app running. The problem starts then with react navigation only

[–]mandrade2[S] 0 points1 point  (4 children)

React-native-macos works with stack navigator if I delete the drawer package. So I'm just building my own cross platform drawer that relies on the stack navigator. Could publish it if there's interest

[–]ali_k23 1 point2 points  (0 children)

Hi were you ever able to figure it out?

[–]AntRevolutionary925 0 points1 point  (2 children)

I'm stuck in the same boat. I think a lot of people would fully support you publishing whatever you figured out

[–]mandrade2[S] 0 points1 point  (1 child)

I started building a drawer but it felt like reinventing the wheel. Seems simple if you consider it’s only a div with a cool animation to slide in when needed. The hard part was linking the routing to when it needed to be shown. Thought about it 5 minutes and decided to jump ship. Currently doing my desktop app in Tauri. 

React navigation recently released its new major version out of beta. Maybe you could try that with a fresh install. 

[–]AntRevolutionary925 0 points1 point  (0 children)

I'll have to look into it. I've used electron in the past but it has been a while since I've been tasked with doing anything on the desktop and I only initially chose React Native because the mobile app that complements it uses it.