Replies: 1 comment 1 reply
-
@Saadnajmi We dropped idea of macOS support some time ago as the macOS does not natively support stack-navigation paradigm and using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I noticed this library doesn't have macOS support yet. I think there are some parallels (Header -> Window Header, Screen -> An NSView presented from a sidebar or something). Adding support for this would also be a great boon to helping more React Native apps be cross platform, since this library is heavily used :)
I came across this because there are a few test apps of other libraries (react-native-skia) for example that use RNScreens, so to port that library's test app on macOS, I have gotten stuck / forked the code.
I'd be willing to also submit a PR myself, though it might take me a while. The last I checked, there was a lot of UIKit code in this repo, so simple ifdefs may not suffice. Maybe a small limited implementation just to unblock support? I'll have to investigate.
Beta Was this translation helpful? Give feedback.
All reactions