Replies: 1 comment
-
|
Closing this in favor of the main discussions area: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I've been building an OOT platform on React Native for a while and would love to play around with Lynx since it looks to me that it could be architected slightly better when it comes to layering.
I have a few clarifications about some things that are typically pain points.
react-native-windowsdoes it), and kind of merge your own code with lots of their code. RN for windows ended up just making a JS script that copies their own sources & RN's original sources into the same folder before bundling, but that's a huge PITA. Any pointers to how you're planning to organize the built-ins (view/page/e.t.c) and layer them for custom platforms to implement?I wanna give a shot to implementing an Unreal Engine lynx platform with native Slate widgets for views e.t.c
Beta Was this translation helpful? Give feedback.
All reactions