react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)
https://reactnativeelements.com/
1.29k stars 417 forks source link

Tiny Fix: Button Props in views/buttons.tsx #207

Closed Dhananjayan-PN closed 3 years ago

Dhananjayan-PN commented 3 years ago

Tiny Fix: Button Props in views/buttons.tsx

The Button component was given a string for its raised prop which is supposed to take a boolean.

khushal87 commented 3 years ago

@Dhananjayan-PN I have already fixed this on #206. Kindly refer to it. I am seeking a review soon from the team. Just in case your PR gets merged let me know and I will remove it from my side. This could lead to conflicts

Dhananjayan-PN commented 3 years ago

@Dhananjayan-PN I have already fixed this on #206. Kindly refer to it. I am seeking a review soon from the team. Just in case your PR gets merged let me know and I will remove it from my side. This could lead to conflicts

Sure! I'll let you know if this gets merged first. Thanks for the heads up!