ohanhi / elm-native-ui

[CLOSED] Experiment: mobile apps in Elm using React Native.
BSD 3-Clause "New" or "Revised" License
1.54k stars 76 forks source link

Really want to help, what can I start experimenting with? #13

Closed stereokai closed 8 years ago

stereokai commented 8 years ago

I'm excited about this, I really love working with Elm, but my React/React Native experience is limited.

How can I contribute?

ohanhi commented 8 years ago

Thanks for the support!

I am currently upgrading to React Native 0.21.0-rc, which has solid improvements on many fronts compared to the current master branch. Once that's done, I'll try to mold the app into a startappy structure. From then on, the road is pretty open, so I will keep you posted.

stereokai commented 8 years ago

Cheers. So, by then, I think I'll up my React Native & Redux fu, and hopefully, when that time arrives, I'll have something I can contribute. Anything in specific to focus on?

ohanhi commented 8 years ago

Well the new NavigationExperimental is the main thing I'm after with 0.21.0-rc. That doesn't exist in earlier releases. But I guess one easy way into this project would be just figuring out some of the commonly used RN components (such as TouchableOpacity), and providing the helper functions for those. Also, props (aside from styles) can't be passed to components as of now, so if you come up with an idea of how we could unify the all the different kinds of properties into one list somehow, that would be great.

I will open up some issues describing these things so we have a better idea of what's planned / being worked on.

stereokai commented 8 years ago

Nice. I'm on it. Expect some updates later on.

PS. watching the repo as well.