xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 611 forks source link

Radio Button Label not appearing in Modal #480

Open nishkohli96 opened 4 years ago

nishkohli96 commented 4 years ago

I tried to use the RadioButton component from this library into the Modal. The button appears as such, but the label doesn't.

Here is my code for Modal.

`

{modalData.map((option) => ( changeSetting(value)} /> ))}

Screenshot : https://drive.google.com/file/d/12NkCmiHmtKt-O5w58Z5F2rUMrQtwXo1V/view?usp=sharing `