thespacemanatee / react-native-material-datetime-picker

A React Native date & time picker, using Google's Material Design components. Built with Typescript ❤️
MIT License
38 stars 6 forks source link

Best way to setup dev environment to contribute? #13

Open amoghkulkarnifr opened 8 months ago

amoghkulkarnifr commented 8 months ago

Hello @thespacemanatee , thanks for putting up this repo! This was my gateway for some RN native module development and this seems like a good place to start for me to contribute.

What would you suggest I should do to setup the dev and testing environment? I'm new to OSS in general, so any pointers towards it can be helpful. I am getting myself familiarized with the code at the moment.

I am thinking of implementing a basic custom styling support for the starters. Would also help immensely if you have any suggestions about that. Cheers!

amoghkulkarnifr commented 8 months ago

Ah never mind, had missed the contribute section from the README.md and the CONTRIBUTING.md. Thanks, very thorough! Will start with that.