I am a beginner in React Native and I want I just wrote my first line of code in it. I made a button and started wondering how can I change the colour and other properties of the text in the button.
<Button title="Click Me"></Button>
I was also wondering if there are some good packages that are recommended for beginners. Thanks for the help.