We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaaa38 commit dfb7381Copy full SHA for dfb7381
src/About.tsx
@@ -4,6 +4,7 @@ import {
4
Text,
5
View,
6
} from 'react-native';
7
+import {Hyperlink} from './Controls';
8
import {Popup} from 'react-native-windows';
9
import {StylesContext} from './Styles';
10
@@ -26,6 +27,7 @@ function AboutPopup({show, close}: AboutPopupProps): JSX.Element {
26
27
</View>
28
<Text style={{fontWeight: 'bold'}}>About</Text>
29
30
+ <Hyperlink url='https://github.com/chrisglein/artificial-chat/'/>
31
<View style={{marginTop: 12, alignSelf: 'flex-end'}}>
32
<Button
33
title="OK"
0 commit comments