ThakurBallary / react-native-radio-buttons-group

Simple, best and easy to use radio buttons for react native apps.
MIT License
263 stars 71 forks source link

text color is not getting apply #49

Closed KrushnaNaghate closed 1 year ago

KrushnaNaghate commented 1 year ago

<RadioGroup labelStyle={{color: this.context.basicFontColor,}} containerStyle={{ alignItems: 'flex-start', color: this.context.basicFontColor, backgroundColor:this.context.surfaceColor == '#1A1D21' ? '#2c2c2c' : this.context.surfaceColor }} descriptionStyle={{color: this.context.basicFontColor}} textColor={{color: this.context.basicFontColor}} color={this.context.basicFontColor} selected={true} radioButtons={viewButtonsData} onPress={this.selectReqMethod} />

ThakurBallary commented 1 year ago

Here is the Snack Example.