Wingz Engineering

App Builds

Latest builds from Bitrise CI/CD pipeline

Showing 43 of 50 builds
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.486 (Build #260)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:9m
Unknown
v4.5.486-dev-verida-ios
8bd6fb2
9m ago

Merge branch 'feature/api-calls-enhancement' of github.com:wingz-inc/wingz-mobile-driver-reactnative into chris/zenroad-demo * 'feature/api-calls-enhancement' of github.com:wingz-inc/wingz-mobile-driver-reactnative: Fix empty modal on close Address comment Address cursor comment Fix modal not showing when receiving warnings Address cursor comments Implement in-app warnings Address cursor comment Implement Cancelled By Client banner Implement ride card pills

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.5.486 (Build #259)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:9m
Unknown
v4.5.486-dev-verida-android
b222a7b
28m ago

Merge branch 'feature/api-calls-enhancement-android' of github.com:wingz-inc/wingz-mobile-driver-reactnative into feature/android-telematics * 'feature/api-calls-enhancement-android' of github.com:wingz-inc/wingz-mobile-driver-reactnative: (21 commits) Fix empty modal on close Address comment Address cursor comment Fix modal not showing when receiving warnings Address cursor comments Implement in-app warnings Address cursor comment Implement Cancelled By Client banner Implement ride card pills refactor: Improve logging in Header and RootContainer components for better debugging clarity refactor: format on save refactor: Update RideHistoryItem and SingleLegRouteInfo components for improved performance and readability. Changed RideHistoryItem from PureComponent to Component and simplified shouldComponentUpdate logic. Added mounted state management in SingleLegRouteInfo to prevent state updates on unmounted components. refactor: Remove debug logging from various components to clean up code and improve performance. This includes CalendarHeader, PlannerTimeSlot, Timeline, CanDriverAvailabilityUtil, CanSpecialOfferUtil, and useSchedule hooks. refactor: Enhance text rendering in multiple components by adding maxFontSizeMultiplier prop for better text scaling. Updated BottomTabBar, Header, HeaderTab, and HeaderTabs components to improve accessibility and responsiveness of text elements. refactor: AnnouncementModal, Increased the bottom margin of the button text for improved visual spacing. Refactor AppStack to streamline announcement visibility logic Improve URL handling in announcement actions Enhance deep link navigation in RootContainer Enhance deep link handling in RootContainer chore: fix deeplink bugs ...

Download
wingz-mobile-driver-reactnative-4.0
Android
Version 4.5.485 (Build #258)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:10m
Unknown
v4.5.485-dev-verida-android
25be2ce
13h ago

docs(automation): ID inventory and sync scripts Document element inventory, dynamic id patterns, and full static list (marker block). Add scripts to list ids from App/ and refresh the doc block for drift checks. Made-with: Cursor

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.485 (Build #257)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:9m
Unknown
v4.5.485-dev-verida-ios
f391181
13h ago

docs(automation): ID inventory and sync scripts Document element inventory, dynamic id patterns, and full static list (marker block). Add scripts to list ids from App/ and refresh the doc block for drift checks. Made-with: Cursor

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.5.484 (Build #256)
Status:
success
Environment:
Development
Triggered By:webhook-github/aalvaran
Duration:10m
Unknown
v4.5.484-dev-verida-android
e5f36f3
4/2/2026 11:27 AM

Merge branch 'feature/in-app-warning' into feature/api-calls-enhancement-android

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.484 (Build #255)
Status:
success
Environment:
Development
Triggered By:webhook-github/aalvaran
Duration:9m
Unknown
v4.5.484-dev-verida-ios
01f4038
4/2/2026 11:21 AM

Merge branch 'feature/in-app-warning' into feature/api-calls-enhancement

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.483 (Build #254)
Status:
success
Environment:
Development
Triggered By:webhook-github/aalvaran
Duration:8m
Unknown
v4.5.483-dev-verida-ios
031897c
4/2/2026 11:12 AM

Merge pull request #174 from wingz-inc/feature/in-app-warning Implement in-app warnings

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.5.482 (Build #253)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:10m
Unknown
v4.5.482-dev-verida-android
a8ecfeb
3/19/2026 12:57 AM

fix: enhance ride event handling and improve error logging in ApiSagas - Added a check to ensure multi-leg rides exist before updating the ride list. - Implemented fetching of upcoming in-progress rides for specific event types to ensure accurate ride data. - Improved error logging for the getUpcomingInProgressRides API call to aid in debugging. - Added checks to skip processing of invalid ride data in the collectDriverLegsFromInProgress function. - Enhanced logging for better visibility into the tracking status and driver legs during synchronization.

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.482 (Build #252)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:9m
Unknown
v4.5.482-dev-verida-ios
e9776bf
3/19/2026 12:19 AM

fix: enhance ride event handling and improve error logging in ApiSagas - Added a check to ensure multi-leg rides exist before updating the ride list. - Implemented fetching of upcoming in-progress rides for specific event types to ensure accurate ride data. - Improved error logging for the getUpcomingInProgressRides API call to aid in debugging. - Added checks to skip processing of invalid ride data in the collectDriverLegsFromInProgress function. - Enhanced logging for better visibility into the tracking status and driver legs during synchronization.

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.5.481 (Build #251)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:10m
Unknown
v4.5.481-dev-verida-android
80d43c8
3/18/2026 02:26 PM

fix: Handle null tags in TagsProcessor to prevent potential NullPointerException - Added a null check for the tags array in the tagsToWritableArray method to ensure safe processing of tags. - This change enhances the robustness of the TagsProcessor class in the react-native-telematics module.

Download
wingz-mobile-driver-reactnative-4.0
Android
Version 4.5.480 (Build #250)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:10m
Unknown
v4.5.480-dev-verida-android
6e37b8f
3/18/2026 01:37 PM

chore: Update Android build configuration and dependencies - Bumped compileSdkVersion to 36 and targetSdkVersion to 35 to align with latest requirements. - Updated Gradle plugin version to 8.9.1 and Gradle wrapper to 8.11.1 for improved performance and features. - Added core library desugaring support and configured Kotlin options for better compatibility. - Introduced a property to suppress unsupported compileSdk warnings. - Enhanced Instabug patch to improve error handling during source map uploads.

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.479 (Build #248)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:9m
Unknown
v4.5.479-dev-verida-ios
5cd2c82
3/17/2026 01:00 AM

feat: integrate Damoov device ID handling in AppStack and Redux - Added functionality to fetch and set the Damoov device ID from the API or user profile. - Updated LoginRedux to include actions for Damoov device ID requests and responses. - Enhanced AppStack component to manage Damoov device ID state and integration with TelematicsService. - Implemented saga to handle Damoov device ID API calls and success/failure scenarios. - Documented the new backend API endpoint for Damoov device ID retrieval.

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.478 (Build #247)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:8m
Unknown
v4.5.478-dev-verida-ios
2a436f2
3/10/2026 08:08 PM

Refactor setDeviceId method in TelematicsService to use a mapping of user IDs to device IDs for improved clarity and maintainability. Update Podfile.lock to include react-native-telematics-sdk and TelematicsSDK dependencies, ensuring proper integration with the project.

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.477 (Build #246)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:9m
Unknown
v4.5.477-dev-verida-ios
50c2e9b
3/10/2026 07:00 PM

Merge branch 'feature/api-calls-enhancement' of github.com:wingz-inc/wingz-mobile-driver-reactnative into chris/zenroad-demo * 'feature/api-calls-enhancement' of github.com:wingz-inc/wingz-mobile-driver-reactnative: (50 commits) hotfix: Enable offer requests in getRideRequestsOffers saga refactor: Enhance logging in ApiSagas and VeridaApi for better traceability refactor: Improve MyRidesScreen to optimize API calls and state management refactor: Optimize RequestsScreen to reduce duplicate API calls for ride counts refactor: Update MultiLegRideDetailScreen to streamline notification logic and API call handling debugging purpose: Implement saga-level logging for API calls refactor: Simplify localization strings in RequestsScreen for special offers refactor: Update MyRidesScreen to prevent duplicate API calls on manual refresh docs: Add summaries for reducing duplicate API calls and QA testing procedures refactor: Enhance API error handling and logging in sagas refactor: Update navigation logic in RiderNoShowScreen to include no-show completion status refactor: Enhance RideOptionsScreen with improved sendback handling and loading state management refactor: Update MultiLegRideDetailScreen to enhance state management and navigation handling refactor: Enhance MyRidesScreen with improved data fetching and section management refactor: Enhance RequestsScreen with loading state management and filter handling refactor: Enhance API error handling and introduce new My Rides state management refactor: Add throttling for foreground API calls and improve logging in AppStack component refactor: Implement debounce for API calls in sagas to reduce duplicate requests and improve performance refactor: Increase API timeout settings for improved handling of slow endpoints. refactor: Improve logging in Header and RootContainer components for better debugging clarity ... # Conflicts: # ios/Podfile.lock

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.476 (Build #245)
Status:
success
Environment:
Development
Triggered By:webhook-github/chrishwang
Duration:9m
Unknown
v4.5.476-dev-verida-ios
d3d15f5
3/10/2026 03:23 PM

Refactor OptionsScreen to streamline imports and alert handling - Moved TelematicsService import to the correct position in OptionsScreen.js. - Simplified the canDriverAvailability function call for better readability. - Updated alert handling for Telematics status to improve code clarity.

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.5.475 (Build #243)
Status:
success
Environment:
Development
Triggered By:Rebuild of 242 by wingzchris
Duration:9m
Unknown
v4.5.475-dev-verida-ios
873b5fc
3/10/2026 02:27 PM

Merge pull request #173 from wingz-inc/cursor/damoov-manual-tracking-tags-551b Damoov manual tracking tags

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.474 (Build #237)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.474-dev-verida-ios
b0d7c0b
2/11/2026 09:23 AM

hotfix: Enable offer requests in getRideRequestsOffers saga - Updated filterType to include offer requests by setting filterType.offer to true, ensuring the backend returns relevant offers for the requests tab.

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.474 (Build #236)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:13m
Unknown
v4.4.474-dev-verida-android
c84f54a
2/11/2026 09:23 AM

hotfix: Enable offer requests in getRideRequestsOffers saga - Updated filterType to include offer requests by setting filterType.offer to true, ensuring the backend returns relevant offers for the requests tab.

Download
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.474 (Build #235)
Status:
success
Environment:
Production
Triggered By:webhook-github/aldrin-wingz
Duration:12m
Unknown
v4.4.474-prod-verida-android
c84f54a
2/11/2026 09:16 AM

hotfix: Enable offer requests in getRideRequestsOffers saga - Updated filterType to include offer requests by setting filterType.offer to true, ensuring the backend returns relevant offers for the requests tab.

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.474 (Build #234)
Status:
success
Environment:
Production
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.474-prod-verida-ios
b0d7c0b
2/11/2026 09:16 AM

hotfix: Enable offer requests in getRideRequestsOffers saga - Updated filterType to include offer requests by setting filterType.offer to true, ensuring the backend returns relevant offers for the requests tab.

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.473 (Build #233)
Status:
success
Environment:
Production
Triggered By:webhook-github/aldrin-wingz
Duration:7m
Unknown
v4.4.473-prod-verida-ios
7fb7bfe
2/11/2026 06:30 AM

refactor: Enhance logging in ApiSagas and VeridaApi for better traceability - Updated log messages in ApiSagas to include consistent prefixes for easier identification of saga-related logs. - Improved logging in VeridaApi to provide clearer context for API interactions and errors. - Commented out unnecessary log statements to reduce clutter while maintaining essential logging functionality.

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.473 (Build #232)
Status:
success
Environment:
Production
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.473-prod-verida-android
ab56fb5
2/11/2026 06:30 AM

refactor: Enhance logging in ApiSagas and VeridaApi for better traceability - Updated log messages in ApiSagas to include consistent prefixes for easier identification of saga-related logs. - Improved logging in VeridaApi to provide clearer context for API interactions and errors. - Commented out unnecessary log statements to reduce clutter while maintaining essential logging functionality.

Download
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.473 (Build #231)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:14m
Unknown
v4.4.473-dev-verida-android
ab56fb5
2/10/2026 12:20 PM

refactor: Enhance logging in ApiSagas and VeridaApi for better traceability - Updated log messages in ApiSagas to include consistent prefixes for easier identification of saga-related logs. - Improved logging in VeridaApi to provide clearer context for API interactions and errors. - Commented out unnecessary log statements to reduce clutter while maintaining essential logging functionality.

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.473 (Build #230)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.473-dev-verida-ios
7fb7bfe
2/10/2026 12:19 PM

refactor: Enhance logging in ApiSagas and VeridaApi for better traceability - Updated log messages in ApiSagas to include consistent prefixes for easier identification of saga-related logs. - Improved logging in VeridaApi to provide clearer context for API interactions and errors. - Commented out unnecessary log statements to reduce clutter while maintaining essential logging functionality.

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.472 (Build #229)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:13m
Unknown
v4.4.472-dev-verida-android
38cfef5
2/10/2026 02:41 AM

debugging purpose: Implement saga-level logging for API calls

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.472 (Build #228)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.472-dev-verida-ios
2622829
2/10/2026 02:35 AM

debugging purpose: Implement saga-level logging for API calls

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.470 (Build #227)
Status:
success
Environment:
Production
Triggered By:webhook-github/aldrin-wingz
Duration:13m
Unknown
v4.4.470-prod-verida-android
02a4fd9
2/6/2026 02:30 PM

android only refactor: Simplify notification registration in AppStack component - Removed platform-specific checks for iOS in notification registration, defaulting to "android" for token registration. - Streamlined permission requests for Android, enhancing code clarity and maintainability.

Download
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.470 (Build #226)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:14m
Unknown
v4.4.470-dev-verida-android
02a4fd9
2/6/2026 02:30 PM

android only refactor: Simplify notification registration in AppStack component - Removed platform-specific checks for iOS in notification registration, defaulting to "android" for token registration. - Streamlined permission requests for Android, enhancing code clarity and maintainability.

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.470 (Build #225)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.470-dev-verida-ios
7e8ff82
2/6/2026 02:20 PM

debugging purpose: Implement saga-level logging for API calls

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.469 (Build #224)
Status:
success
Environment:
Production
Triggered By:webhook-github/aldrin-wingz
Duration:9m
Unknown
v4.4.469-prod-verida-ios
0a6e72c
2/5/2026 02:13 PM

docs: Add comprehensive documentation for reducing duplicate API calls and QA guidelines - Created a detailed summary of changes made to minimize duplicate API calls across various components, including RequestsScreen and AppStack. - Documented the implementation of debouncing in sagas to optimize API request handling. - Provided QA guidelines to verify behavior changes and ensure functionality remains intact after updates.

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.469 (Build #223)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.469-dev-verida-ios
0a6e72c
2/5/2026 12:01 PM

docs: Add comprehensive documentation for reducing duplicate API calls and QA guidelines - Created a detailed summary of changes made to minimize duplicate API calls across various components, including RequestsScreen and AppStack. - Documented the implementation of debouncing in sagas to optimize API request handling. - Provided QA guidelines to verify behavior changes and ensure functionality remains intact after updates.

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.468 (Build #222)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.468-dev-verida-ios
9f14564
2/3/2026 10:54 AM

refactor: Enhance text rendering in multiple components by adding maxFontSizeMultiplier prop for better text scaling. Updated BottomTabBar, Header, HeaderTab, and HeaderTabs components to improve accessibility and responsiveness of text elements.

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.468 (Build #221)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.468-dev-verida-android
a799823
2/3/2026 10:54 AM

refactor: Enhance text rendering in multiple components by adding maxFontSizeMultiplier prop for better text scaling. Updated BottomTabBar, Header, HeaderTab, and HeaderTabs components to improve accessibility and responsiveness of text elements.

Download
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.467 (Build #220)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.467-dev-verida-android
1f733d6
1/30/2026 12:53 PM

enhanced deep link handling in RootContainer and AppStack; improved navigation logic for ride details and announcements

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.467 (Build #219)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:7m
Unknown
v4.4.467-dev-verida-ios
014c3d3
1/30/2026 12:31 PM

Improve URL handling in announcement actions - Enhanced the logic for processing URLs in announcement actions to ensure they are strings and trimmed before use. - Added error handling for failed URL openings, improving robustness for deep links and web URLs. - Ensured compatibility with both deep link and web URL formats for better navigation experience.

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.4.466 (Build #218)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.4.466-dev-verida-ios
f3693f6
1/30/2026 11:10 AM

chore: fix deeplink bugs

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.4.466 (Build #217)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:13m
Unknown
v4.4.466-dev-verida-android
5287d0b
1/30/2026 11:01 AM

refactored AppStack by removing unused imports and reinstating RootNavigation import; cleaned up code formatting

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.3.465 (Build #216)
Status:
success
Environment:
Production
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.3.465-prod-verida-ios
cf75e12
1/22/2026 03:19 AM

chore: fix deeplink bugs

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.3.465 (Build #215)
Status:
success
Environment:
Production
Triggered By:webhook-github/aldrin-wingz
Duration:11m
Unknown
v4.3.465-prod-verida-android
07e1a42
1/22/2026 03:18 AM

refactored AppStack by removing unused imports and reinstating RootNavigation import; cleaned up code formatting

Download
wingz-mobile-driver-reactnative-4.0
Android
Version 4.3.465 (Build #214)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:9m
Unknown
v4.3.465-dev-verida-android
07e1a42
1/21/2026 02:20 PM

refactored AppStack by removing unused imports and reinstating RootNavigation import; cleaned up code formatting

Download
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.3.465 (Build #213)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.3.465-dev-verida-ios
cf75e12
1/21/2026 02:20 PM

chore: fix deeplink bugs

Install iOS App
wingz-mobile-driver-reactnative-4.0
iOS
Version 4.3.464 (Build #212)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:8m
Unknown
v4.3.464-dev-verida-ios
ac2c344
1/20/2026 10:46 AM

chore: fix deeplink bugs

Install iOS App
wingz-mobile-driver-reactnative-4.0
Android
Version 4.3.464 (Build #211)
Status:
success
Environment:
Development
Triggered By:webhook-github/aldrin-wingz
Duration:13m
Unknown
v4.3.464-dev-verida-android
e4b9e65
1/20/2026 10:46 AM

refactored AppStack by removing unused imports and reinstating RootNavigation import; cleaned up code formatting

Download
Total Builds
43
Successful
43
Downloadable
43
Platforms
2

iOS & Android

Environments
2

dev, prod