feat: remove start button
This commit is contained in:
@@ -629,7 +629,7 @@ const Home = ({ navigation, route }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{adventureStarted ? (
|
{/* {adventureStarted ? ( */}
|
||||||
<View style={styles.root}>
|
<View style={styles.root}>
|
||||||
<Page
|
<Page
|
||||||
shareBtn
|
shareBtn
|
||||||
@@ -674,35 +674,7 @@ const Home = ({ navigation, route }) => {
|
|||||||
</View>
|
</View>
|
||||||
</Page>
|
</Page>
|
||||||
</View>
|
</View>
|
||||||
) : (
|
|
||||||
<>
|
|
||||||
<Page
|
|
||||||
shareBtn
|
|
||||||
title="Landing Page"
|
|
||||||
backgroundImg={landingBackgroundImage}
|
|
||||||
contentContainerStyle={styles.pageContent}
|
|
||||||
backgroundColor="#303438"
|
|
||||||
>
|
|
||||||
<View
|
|
||||||
style={{
|
|
||||||
flex: 1,
|
|
||||||
justifyContent: "center",
|
|
||||||
alignItems: "center",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<GradientButton
|
|
||||||
title="Commencer l'aventure MusicLand"
|
|
||||||
onPress={handleStartVisit}
|
|
||||||
/>
|
|
||||||
</View>
|
|
||||||
</Page>
|
|
||||||
<FullscreenIntroVideo
|
|
||||||
url={videoUrl}
|
|
||||||
visible={!!videoUrl}
|
|
||||||
onClose={handleIntroVideoClose}
|
|
||||||
/>
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
{!isWeb ? (
|
{!isWeb ? (
|
||||||
<CoinPackModal
|
<CoinPackModal
|
||||||
visible={isCoinModalVisible}
|
visible={isCoinModalVisible}
|
||||||
|
|||||||
Reference in New Issue
Block a user