mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
switch to svg based qrcode generator
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user