Skip to content

Commit 4a80991

Browse files
committed
Add Github code
1 parent e05fe97 commit 4a80991

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/navigation/About.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ const AboutScreen = () => {
1616
<Text style={styles.text}>
1717
Firebolt Wallet is an app that allows you to manage your Bitcoin and transactions securely. You can create a new wallet, import an existing wallet, and manage your funds. Beyond allow Lightning Network, Coinjoin, Payjoin and more.
1818
</Text>
19-
19+
20+
<Text style={styles.text}>
21+
Check our GitHub repository: https://github.com/AreaLayer/firebolt-react-native
22+
</Text>
2023
<Text style={styles.text}>
2124
Version: 1.0.22-alpha
2225
</Text>
@@ -32,7 +35,6 @@ const AboutScreen = () => {
3235
</ScrollView>
3336
);
3437
};
35-
3638
const styles = StyleSheet.create({
3739
container: {
3840
flex: 1,

0 commit comments

Comments
 (0)