Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native scrollview map

{arr.map((item, index) => {
  return (
   <View style={{height: 50, width: 50, backgroundColor: 'orange', marginBottom: 10}} 
   />
  )
})}
 
PREVIOUS NEXT
Tagged: #react #native #scrollview #map
ADD COMMENT
Topic
Name
7+7 =