DEV Community

Discussion on: Make your own customized and reusable React Native button component

Collapse
 
platoonic profile image
Khalid Magdy Khalil • Edited

A better approach to pass the button text is to use "props.children" and use it this way:


<Button>Button Text</Button>