Dima Loktev
Dima Loktev
This is not a final polished version, requires some work to use latest ecosystem modules for example. But if someone finds this useful, ping me, I'll try to improve it.
The idea is getting the plugin for a desktop version of react-native for macOS. Since there is no difference in the code needed to achieve that, it only needs the...
This is first commit in this pull request, nothing important. The background. I would be happy to use both type of configuration: via command-line or via hash parameter. I use...
First approach: multiple windows components. ``` jsx ``` Second approach: additional windows as a components ``` js React.registerWindow(window1) ```
This will reduce an energy needed to syncing with upstream and simplify using react-native for MacOS and iOS at the same time.
Implement core APIs. Keep in mind that some most difficult could be covered by plugins. - [x] Application menu; - [ ] Contexts menu; - [x] Custom titlebars. Now it's...
Docs
- [x] Finish UIExplorer to be able easily try examples. - [ ] Finish react.zone - online playground. - [x] Add "Getting Started" introduction; - [x] Fix CLI Template (#12);...
_by @beretboat. _ - [ ] Reproduce that behavior.