multiple inputs in native base
问题 I have a project in react native and use "native-base". I want to have inputs like this Can anyone help? 回答1: May be it's helpful for your requirement import React, { Component } from "react"; import { Container, Header, Content, Item, Input } from "native-base"; export default class RoundedTextboxExample extends Component { render() { return ( <Container> <Header /> <Content contentContainerStyle={{ flexDirection: "row", justifyContent: "space-between", marginTop: 20, borderColor: "black",