GithubHelp home page GithubHelp logo

Comments (4)

cheft avatar cheft commented on August 11, 2024 6

resolved by

selectedButtonColor={'#757171'}

from react-native-simple-radio-button.

Preeternal avatar Preeternal commented on August 11, 2024

How did you know ;)

selectedLabelColor works too

from react-native-simple-radio-button.

ShaikhKabeer avatar ShaikhKabeer commented on August 11, 2024

SelectedButtonColor is not working for me

from react-native-simple-radio-button.

ShaikhKabeer avatar ShaikhKabeer commented on August 11, 2024

any solution for this ?

Here is my code

{this.props.companies && this.props.companies.length>0 ? {this.props.companies.map((obj, i) => { var that = this; var is_selected = this.state.value1Index == i; return (
            <RadioButton
              isSelected={is_selected}
              obj={obj}
              index={i}
              buttonColor={'#0E4C8C'}
              buttonInnerColor={'#e74c3c'}
              buttonSize={5}
              selectedButtonColor={'#757171'}
              buttonOuterSize={15}
              onPress={(value, index) => {
                this.setState({value1:value})
                this.setState({value1Index: index});
              }}/>
          </View>
          <View style={{ borderBottomColor: 'lightgrey',borderBottomWidth: 1,}}></View>
          </View>
        )
      })}
    </RadioForm>:<View />}

from react-native-simple-radio-button.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.