Skip to content

Commit

Permalink
Add Github code
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Jan 23, 2025
1 parent e05fe97 commit 4a80991
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/navigation/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ const AboutScreen = () => {
<Text style={styles.text}>
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.
</Text>


<Text style={styles.text}>
Check our GitHub repository: https://github.com/AreaLayer/firebolt-react-native
</Text>
<Text style={styles.text}>
Version: 1.0.22-alpha
</Text>
Expand All @@ -32,7 +35,6 @@ const AboutScreen = () => {
</ScrollView>
);
};

const styles = StyleSheet.create({
container: {
flex: 1,
Expand Down

0 comments on commit 4a80991

Please sign in to comment.