code_tugas03
code_tugas03
return (
<View style={styles.container}>
{/* Tombol Refresh */}
<TouchableOpacity style={styles.refreshButton} onPress={fetchData}>
<Text style={styles.refreshText}>Refresh</Text>
</TouchableOpacity>
/**
* Defines the styles for the cryptocurrency app's user interface.
* This includes styles for the container, refresh button, list items, and various
text elements.
*/