mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
update
This commit is contained in:
@@ -741,7 +741,9 @@ export const Settings = ({navigation}) => {
|
||||
},
|
||||
{
|
||||
name: 'About',
|
||||
func: () => {},
|
||||
func: () => {
|
||||
Linking.openURL('https://www.notesbook.com');
|
||||
},
|
||||
},
|
||||
].map(item => (
|
||||
<TouchableOpacity
|
||||
|
||||
Reference in New Issue
Block a user