packagex-io / bubbles-react-native

A React Native UI Kit
MIT License
1 stars 1 forks source link

Add contribution guidelines #20

Open vpanyushenko opened 1 year ago

vpanyushenko commented 1 year ago

We need to determine what is needed for someone to add to the UI Kit. Some questions to consider:

vpanyushenko commented 1 year ago

We can make the repo public after we add these prelim docs.

clearly-outsane commented 1 year ago

That makes sense. Is there something I could reference for what Bubble's opinion might be to base decisions off of? Like for example sometimes I'm not sure if I show put all the features into the component itself ( so its abstracted from the end user) or instead just provide ways for it to be integrated with whatever approach the end user wants. (since it's easy to do certains things in svelte but need third party tooling in react)