Skip to content

Commit

Permalink
[#73] Add lyrics info text
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Feb 6, 2022
1 parent c52215a commit 7930da9
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 210 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/slider": "4.1.12",
"@react-native-picker/picker": "2.2.1",
"@react-navigation/drawer": "^6.2",
"@react-navigation/drawer": "^6.0",
"@react-navigation/native": "^6.0",
"expo": "44",
"expo-av": "~10.2.0",
Expand All @@ -47,12 +47,12 @@
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-dialog": "^9.2",
"react-native-elements": "^3.4",
"react-native-dialog": "^9.0",
"react-native-elements": "^3.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-get-random-values": "~1.7.0",
"react-native-reanimated": "~2.3.1",
"react-native-root-toast": "^3.3",
"react-native-root-toast": "^3.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
Expand All @@ -63,8 +63,8 @@
"@babel/core": "^7.12.9",
"eas-cli": "^0.46",
"expo-cli": "^5.0",
"license-checker": "^25",
"standard-version": "^9.3",
"license-checker": "^25.0",
"standard-version": "^9.0",
"standard-version-expo": "^1.0"
}
}
2 changes: 1 addition & 1 deletion src/components/song.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const SongDetail = ({ song, openUrl }) => {
onPress={() => openUrl(`${song.page}#Şarkı_Sözleri`)}
>
<Image style={styles.albumImage} source={{ uri: song.image }} />
<Text style={{ fontSize: 18 }}>{song.name}</Text>
<Text style={{ fontSize: 18 }}>{song.name} Şarkı Sözleri</Text>
</TouchableOpacity>
)}
</>
Expand Down
Loading

0 comments on commit 7930da9

Please sign in to comment.