This commit is contained in:
ammarahm-ed
2020-04-27 12:22:16 +05:00
parent aa7d7e3d1a
commit 24759b0a42

View File

@@ -741,7 +741,9 @@ export const Settings = ({navigation}) => {
},
{
name: 'About',
func: () => {},
func: () => {
Linking.openURL('https://www.notesbook.com');
},
},
].map(item => (
<TouchableOpacity