Skip to content

Commit

Permalink
Fix react native helium version (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass authored Jul 17, 2024
1 parent eb38c86 commit e167bf6
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 238 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@helium/onboarding": "4.11.0",
"@helium/organization-sdk": "^0.0.8",
"@helium/proto-ble": "4.0.0",
"@helium/react-native-sdk": "^3.0.4",
"@helium/react-native-sdk": "3.0.5",
"@helium/spl-utils": "0.8.6",
"@helium/state-controller-sdk": "^0.0.8",
"@helium/sus": "0.8.6",
Expand Down
3 changes: 2 additions & 1 deletion src/hooks/useOnboardingBalances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ export function useOnboardingBalnces(hotspotAddress: string | undefined): {
const mobileSetting = useMemo(
() =>
(
mobileREC?.settings?.mobileConfigV1 || mobileREC?.settings?.mobileConfigV2
mobileREC?.settings?.mobileConfigV1 ||
mobileREC?.settings?.mobileConfigV2
)?.feesByDevice.find(
(fee: any) => Object.keys(fee.deviceType)[0] === deviceType,
),
Expand Down
Loading

0 comments on commit e167bf6

Please sign in to comment.