Check out example codes for "bootstrap buttons Disabled state". It will help you in understanding the concepts better.
Code Example 1
Make buttons look inactive by adding the disabled boolean attribute to any
<button> element.
<button type="button" class="btn btn-lg btn-primary" disabled>Primary button</button>
<button type="button" class="btn btn-secondary btn-lg" disabled>Button</button>
Learn ReactJs, React Native from akashmittal.com