Answers for "react native scrollview map"

1

react native scrollview map

{arr.map((item, index) => 
    <View style={{height: 50, width: 50, backgroundColor: 'orange', marginBottom: 10}} />
  )}
Posted by: Guest on August-25-2021
1

react native scrollview map

{arr.map((item, index) => {
  return (
   <View style={{height: 50, width: 50, backgroundColor: 'orange', marginBottom: 10}} 
   />
  )
})}
Posted by: Guest on August-25-2021

Code answers related to "react native scrollview map"

Code answers related to "Javascript"

Browse Popular Code Answers by Language