switch to svg based qrcode generator

This commit is contained in:
ammarahm-ed
2020-09-24 23:03:57 +05:00
parent 5e08fa81e9
commit ec7d708929
7 changed files with 108 additions and 52 deletions

View File

@@ -31,10 +31,14 @@ export const Loading = ({
]}>
{doneText}
</Text>
<Button
onPress={onDone}
title="Done"
title="Open File"
/>
</>
) : (
<>
@@ -52,6 +56,7 @@ const styles = StyleSheet.create({
activityText: {
fontSize: SIZE.sm,
textAlign: 'center',
marginBottom:10
},
activityContainer: {
alignItems: 'center',