Code Monkey home page Code Monkey logo

Comments (5)

sohobloo avatar sohobloo commented on July 29, 2024

@XIAOYAYAYAYA 能否提供部分代码和您的样式?

from react-native-modal-dropdown.

sohobloo avatar sohobloo commented on July 29, 2024

@XIAOYAYAYAYA 并没有dropdownTextStyle这个属性可以设置,如果您是要定制选项的文字样式,建议您使用renderRow方法来自己生成选项行。

from react-native-modal-dropdown.

iamaluckyman avatar iamaluckyman commented on July 29, 2024

https://github.com/sohobloo/react-native-modal-dropdown/blob/master/example/index.js的第86
出现了dropdownTextStyle这个属性

        <ModalDropdown ref={el => this._dropdown_3 = el}
                       style={styles.dropdown_3}
                       options={DEMO_OPTIONS_1}
                       adjustFrame={style => this._dropdown_3_adjustFrame(style)}
                       dropdownTextStyle={styles.dropdown_3_dropdownTextStyle}
                       dropdownTextHighlightStyle={styles.dropdown_3_dropdownTextHighlightStyle}

/>

from react-native-modal-dropdown.

sohobloo avatar sohobloo commented on July 29, 2024

我检查了一下是有这个属性,那么你设置的style是什么呢?哪些属性没有生效?
源代码的设置是这样的:混合了一些style

style={[
           styles.rowText,
           this.props.dropdownTextStyle,
           highlighted && styles.highlightedRowText,
           highlighted && this.props.dropdownTextHighlightStyle
         ]}

from react-native-modal-dropdown.

sohobloo avatar sohobloo commented on July 29, 2024

@XIAOYAYAYAYA
您好,这个属性是某个PR提交的,还没正式发布,所以npm下载的不带这个属性,你可以等我发布新版本,应该就在这两天!谢谢!

from react-native-modal-dropdown.

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.