ReactNative解决Warning: Each child in an array or iterator should have a unique "key" prop.
今天试了一下RN项目,报了个奇葩错误,先上代码//carousel.jsximportReactfrom'react';exportdefaultclassCarouselListextendsReact.Component{constructor(props){super(props);}render(){varlists=this.props.lists;return({lists.map(f