Skip to content

Commit

Permalink
Change label to "Cyrillic Id"
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickAnyline committed Oct 5, 2021
1 parent 21a0393 commit a8711e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/RNExampleApp/src/Overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function Overview({ updateAnyline, checkCameraPermissionAndOpen,
</View>

<View style={styles.buttons}>
<Button style={styles.buttons} title={' Arabic Id'} color="#0099FF"
<Button style={styles.buttons} title={' Cyrillic Id'} color="#0099FF"
disabled={disabled}
onPress={() => {
platformPermissionCheck('CYRILLIC_ID')
Expand Down

0 comments on commit a8711e4

Please sign in to comment.