Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Perronef5 committed Oct 3, 2024
1 parent 45c1105 commit 9d58aa4
Show file tree
Hide file tree
Showing 94 changed files with 2,342 additions and 379 deletions.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions android/link-assets-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"migIndex": 1,
"data": [
{
"path": "src/assets/fonts/Figtree-Italic-VariableFont_wght.ttf",
"sha1": "8e76cbc3e74d415e8790eb62dfa1705539609dcb"
},
{
"path": "src/assets/fonts/Figtree-VariableFont_wght.ttf",
"sha1": "118c5e4678ec5f5f7222fb968cd88a5a92e7629d"
}
]
}
2 changes: 2 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const baseConfig = {
'@utils': './src/utils',
'@storage': './src/storage',
'@types': './src/types',
'@features': './src/features',
'@services': './src/services',
},
extensions: ['.ios.js', '.android.js', '.js', '.ts', '.tsx', '.json'],
root: ['./src'],
Expand Down
50 changes: 25 additions & 25 deletions ios/HeliumWallet.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

13 changes: 4 additions & 9 deletions ios/HeliumWallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsLocalNetworking</key>
<true/>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>ec2-35-82-2-45.us-west-2.compute.amazonaws.com</key>
Expand Down Expand Up @@ -79,12 +78,8 @@
</array>
<key>UIAppFonts</key>
<array>
<string>DMSans-Bold.ttf</string>
<string>DMSans-BoldItalic.ttf</string>
<string>DMSans-Italic.ttf</string>
<string>DMSans-Medium.ttf</string>
<string>DMSans-MediumItalic.ttf</string>
<string>DMSans-Regular.ttf</string>
<string>Figtree-Italic-VariableFont_wght.ttf</string>
<string>Figtree-VariableFont_wght.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
Expand Down
13 changes: 13 additions & 0 deletions ios/link-assets-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"migIndex": 1,
"data": [
{
"path": "src/assets/fonts/Figtree-Italic-VariableFont_wght.ttf",
"sha1": "8e76cbc3e74d415e8790eb62dfa1705539609dcb"
},
{
"path": "src/assets/fonts/Figtree-VariableFont_wght.ttf",
"sha1": "118c5e4678ec5f5f7222fb968cd88a5a92e7629d"
}
]
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/preset-typescript": "7.21.0",
"@bonfida/spl-name-service": "^1.1.1",
"@coral-xyz/anchor": "^0.28.0",
"@gorhom/bottom-sheet": "4.6.0",
"@gorhom/bottom-sheet": "4.6.4",
"@gorhom/portal": "1.0.14",
"@helium/account-fetch-cache": "0.9.6",
"@helium/account-fetch-cache-hooks": "0.9.6",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@maplibre/maplibre-react-native": "^9.1.0",
"@metaplex-foundation/mpl-bubblegum": "0.6.0",
"@metaplex-foundation/mpl-token-metadata": "2.10.0",
"@novalabsxyz/mobile-theme": "^2.0.0-y.24",
"@novalabsxyz/mobile-theme": "2.0.0-y.25",
"@onsol/tldparser": "^0.5.3",
"@react-native-async-storage/async-storage": "1.18.1",
"@react-native-community/blur": "4.3.0",
Expand All @@ -83,7 +83,7 @@
"@react-navigation/native-stack": "6.7.0",
"@react-navigation/stack": "6.2.2",
"@reduxjs/toolkit": "1.9.1",
"@shopify/restyle": "1.8.0",
"@shopify/restyle": "2.4.4",
"@solana/spl-account-compression": "0.1.4",
"@solana/spl-memo": "0.2.3",
"@solana/spl-token": "0.3.6",
Expand Down Expand Up @@ -178,7 +178,7 @@
"react-native-os": "^1.2.6",
"react-native-pager-view": "6.1.2",
"react-native-permissions": "^3.9.0",
"react-native-qrcode-svg": "6.1.2",
"react-native-qrcode-svg": "^6.3.2",
"react-native-randombytes": "3.6.1",
"react-native-reanimated": "3.14.0",
"react-native-safe-area-context": "4.10.8",
Expand Down
Binary file removed src/assets/fonts/DMSans-Bold.ttf
Binary file not shown.
Binary file removed src/assets/fonts/DMSans-BoldItalic.ttf
Binary file not shown.
Binary file removed src/assets/fonts/DMSans-Italic.ttf
Binary file not shown.
Binary file removed src/assets/fonts/DMSans-Medium.ttf
Binary file not shown.
Binary file removed src/assets/fonts/DMSans-MediumItalic.ttf
Binary file not shown.
Binary file removed src/assets/fonts/DMSans-Regular.ttf
Binary file not shown.
Binary file not shown.
Binary file added src/assets/fonts/Figtree-VariableFont_wght.ttf
Binary file not shown.
Binary file added src/assets/images/accounts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/images/bigAdd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/images/bigClose.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/collectables.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/images/flag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/helium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/images/hnt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/images/hotspot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/images/iot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/images/lightningBolt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/images/mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/receive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions src/assets/images/receive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions src/assets/images/send.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/images/smallAdd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/store.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9d58aa4

Please sign in to comment.