gpt4 book ai didi

react-native - React Native - TextInput inlineImageLeft 不工作

转载 作者:行者123 更新时间:2023-12-04 05:12:17 26 4
gpt4 key购买 nike

我正在尝试将图像添加到我的 TextInput 字段的左侧,但它不起作用。我已经尝试放置路径,只是图像的名称,也尝试使用 require('path/to/image') 但似乎没有任何效果。

我有这样的东西

<TextInput
value={this.state.value}
onChangeText={ (value) => this.setState({value})
inlineImageLeft="path/to/image"
/>

最佳答案

UIExplorer 上有一个示例,标题为“内联图像”。

react-native/Examples/UIExplorer/js/TextInputExample.android.js

看起来路径应该是相对于./android/app/src/main/res/drawable/。任何其他路径都不起作用。图像也不会缩放。

<TextInput inlineImageLeft="ic_menu_black_24dp"/>

关于react-native - React Native - TextInput inlineImageLeft 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38818962/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com