Developers can allow multiple accordions to be open at once with the multiple property.AngularJavaScriptReactVue iOSMD src/app/example.component.html src/app/example.component.ts <ion-accordion-group [multiple]="true" [value]="['first', 'third']"> <ion-accordion value="first"> <ion-item ...
importIconfrom"react-native-vector-icons/Ionicons";<Iconname='md-pricetag'size={16}color='#cccccc'></Icon> 上面介绍了react-native-vector-icons库的使用,但是目前为止你能使用的iconfont只有上面说的默认引入的那些ttf文件中的icon,因为上面所使用的< Icon>< /Icon>只支持默认引入的那些icon。
and, in your onSend method take this uri from your state, use the uri to attach the image (I'm using ReactNativeFile, but it's come from apollo-client), put it in your message object, and send it to your backend, and after the message has been sent, clear the uri from the stat...