File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " react-native-vimeo-bridge " : patch
3+ ---
4+
5+ docs(readme): change the text in Korean to English
Original file line number Diff line number Diff line change @@ -126,15 +126,15 @@ function App() {
126126
127127 <View style = { styles .controls } >
128128 <TouchableOpacity onPress = { () => seekTo (currentTime - 10 )} >
129- <Text >⏪ -10초 </Text >
129+ <Text >⏪ -10s </Text >
130130 </TouchableOpacity >
131131
132132 <TouchableOpacity onPress = { handlePlayPause } >
133- <Text >{ isPlaying ? ' ⏸️ 일시정지 ' : ' ▶️ 재생 ' } </Text >
133+ <Text >{ isPlaying ? ' ⏸️ Pause ' : ' ▶️ Play ' } </Text >
134134 </TouchableOpacity >
135135
136136 <TouchableOpacity onPress = { () => seekTo (currentTime + 10 )} >
137- <Text >⏭️ +10초 </Text >
137+ <Text >⏭️ +10s </Text >
138138 </TouchableOpacity >
139139 </View >
140140 </View >
You can’t perform that action at this time.
0 commit comments