Ask HN: What are your pain points using react native

by tychotaon 7/25/2016, 10:37 PMwith 1 comments

Hi HNers

In three weeks, my internship will end and before I start a job, I have taken one month and an half to do open source.

I'm willing to focus on react-native pain-points or easy stuff that takes outerly long time to do.

My ideas so far :

- a RN library of components that is based on bulma.io so I don't recreate styled components evrytime

- a RN library that, given a list of fields create a bunch of react-native-router-flux scene, put some textInput with app side validation and generate a apollo-server url route that allow progressive creation of a ressource, as far as the user fill the form. That prevent me from taking a full week to write a form.

- a react-native CLI, that generate components, containers and so on, a little bit like redux-cli

I will be thrilled to have other ideas/pain-points.

Thanks.

by shiv86on 8/3/2016, 8:47 PM

Hey mate navigation is still a pain point for RN. This OS project https://github.com/aksonov/react-native-router-flux/ is one of the more popular alternative ones and has many open issues. I am sure a-lot of people will be appreciative of any help. Thanks