Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

virtualizedlists should never be nested inside plain scrollviews with the same orientation

<ScrollView>
    {data.map((item, index) => {
        ...your code
    }}
</ScrollView>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #virtualizedlists #nested #plain #scrollviews #orientation
ADD COMMENT
Topic
Name
2+3 =