Skip to content

Commit

Permalink
Enable toggle for local mobile discovery method (#841)
Browse files Browse the repository at this point in the history
* Enable toggle for local mobile

* fix build issue
  • Loading branch information
tim-lin-bbpos authored Oct 31, 2024
1 parent c8da2ee commit 757e3e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source 'https://rubygems.org'
ruby '3.2.3'
gem 'cocoapods', '~> 1.15.2'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

# https://discuss.bitrise.io/t/sandbox-file-write-create-errors-after-the-xcodeproj-gem-was-auto-updated-to-1-26-0/24643
# might remove after upgrade to rn 0.76
gem 'xcodeproj', '1.25.1'
1 change: 1 addition & 0 deletions dev-app/src/screens/DiscoverReadersScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ export default function DiscoverReadersScreen() {
{!simulated &&
(discoveryMethod === 'bluetoothScan' ||
discoveryMethod === 'usb' ||
discoveryMethod === 'localMobile' ||
discoveryMethod === 'bluetoothProximity') && (
<List
bolded={false}
Expand Down

0 comments on commit 757e3e5

Please sign in to comment.