@ -79,21 +79,6 @@ function SharingDataScreen({ navigation }) {
/>
</View>
</ScrollView>
{!isRegistered && (
<Text
style={{
color: colors.lightBlue,
fontWeight: "bold",
alignSelf: "center",
position: "absolute",
bottom: 0,
padding: 24,
textAlign: "center",
}}
>
Para enviar uma informação, faça o login ou cadastre-se
</Text>
)}
);
}