-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintainer wanted #90
Comments
As a first thought: @jsteiner, you've been more active than I have during the past year or so. Would you be interested in this? |
@ohanhi thanks for offering, but I'm no longer working on any projects with this. @iancanderson has contributed in the past, and while I don't think he is interested in being a full on maintainer, I do think he has interest in contributor access. |
Indeed, I would love contributor access if possible. I do think you're right that this project probably won't be the best way to write elm apps on mobile, but it's currently the only "real way" to do so at the moment, so I'll be using it in the short term future. With contributor access, I'd be willing to give feedback on PRs/issues when I can. I work on a Mac, and work on Purple Train every once in a while, so I can offer some real-world experience. |
All righty, I sent you an invite. |
Thanks @ohanhi! |
@ohanhi We've been using your ideas to develop our company's internal system, which powers both web and native app with the same code base (with a few case statements thrown here and there). And thanks btw for the project :) |
@jatinderjit Great! Feel free to work on any features and make PRs. :) |
Hey all! I'm a bit late to the party but would like to help. We are building an MMORTS with location-based gameplay. We use Elm for our frontend (Browser / Electron), and plan to use elm-native-ui for our mobile UI. I'd like to help move this project forward (though I probably cannot afford to be a maintainer). Is there a proper forum / chat we can further discuss elm-ios, which you mention might be a better approach than using React Native? (I, too, agree, but feel we might miss on the "cross-platform" side of RN). Finally, thanks @ohanhi for such amazing project 😃 |
Having a version of ENU ported to RN 0.55, and inspired by a quote from a recent post by React Native engineers:
I dug deeper into RN, and managed to find what seems to be the underlying message bus mechanism for passing pure JSON messages between Java/Swift and JS. The low level interface for this on the JS side seems to be implemented in the MessageQueue class, specifically methods named
Reportedly, messages passed through this queue look more or less like below:
where I'm hoping this could enable hijacking the message queue on JS side for Elm, and thus building a similar construct as the one prototyped in pzp1997/elm-ios (where I want to try and explore this direction further. However, I'm not sure if I'll have enough "juice". I may as well silently fail or get distracted. Because of that, I wanted to put down my findings here, to advance the common case, and in case someone else would also be interested and want to follow up with their own explorations in this area. Cheers! |
I am looking for an interested maintainer for this project.
There are many factors related to this, but here are some:
What I will still contribute to this project is #89. I will make a proper write-up of all the thinking and evaluating that has happened sort of behind the scenes thus far. Hopefully that will also shed some more light into why I no longer wish to actively maintain the project.
The text was updated successfully, but these errors were encountered: