This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
Replies: 1 comment 2 replies
-
DId you get round this @Zein0? Just wondered if you had a solution |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried writing this code my scene is disapearing until I add it manually I don't want to measure it unless I have to,
code:
<ScrollView style={{styles.container}}> <TabView navigationState={{ index, routes }} renderScene={renderScene} onIndexChange={setIndex} initialLayout={initialLayout} style={styles.tabs} /> </ScrollView>
I want my whole page to be scrollable how can this be done?
Beta Was this translation helpful? Give feedback.
All reactions