Releases: ticketmaster/react-native-ticketmaster-ignite
Release 4.1.0
4.1.0 (2026-04-29)
What's Changed
iOS:
TM-Ignite = 1.19.0
TicketmasterFoundation: 1.5.0
TicketmasterAuthentication: 3.15.0
TicketmasterDiscovery: 3.9.0
TicketmasterPrePurchase: 3.9.0
TicketmasterPurchase: 3.9.0
TicketmasterSwiftProtobuf: 1.29.1
TicketmasterSecureEntry: 1.11.0
TicketmasterTickets: 3.16.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.16.0'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.14'
implementation 'com.ticketmaster.retail:prepurchase:3.8.14'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.14'
implementation 'com.ticketmaster.retail:foundation:3.8.14'
Full Changelog: v4.0.0...v4.1.0
Release 4.0.0
4.0.0 (2026-03-25)
🚀 React Native Ignite Library has migrated to React Native's New Architecture
Migration guide: https://github.com/ticketmaster/react-native-ticketmaster-ignite/blob/main/docs/v4-guide.md
Features
- react native new architecture (turbo modules, fabric components) and unify return data from accounts sdk methods (#132) (2c71920)
Bug Fixes
- fix: purchase sdk not emitting analytics when opened during prepurchase sdk (vdp/adp) flows (iOS)
What's Changed
Token and MemberInfo object shape update
const tokenData = getToken();
const memberInfo = getMemberInfo();Old:
Android
tokenData.archticsAccessToken
memberInfo.archticsMember.firstNameiOS
tokenData.accessToken
memberInfo.firstNameNew:
Unified syntax for both iOS and Android
tokenData.accessToken
memberInfo.firstNameFull changes detailed in migration guide: https://github.com/ticketmaster/react-native-ticketmaster-ignite/blob/main/docs/v4-guide.md
iOS:
TM-Ignite = 1.19.0
TicketmasterFoundation: 1.5.0
TicketmasterAuthentication: 3.15.0
TicketmasterDiscovery: 3.9.0
TicketmasterPrePurchase: 3.9.0
TicketmasterPurchase: 3.9.0
TicketmasterSwiftProtobuf: 1.29.1
TicketmasterSecureEntry: 1.11.0
TicketmasterTickets: 3.16.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.16.0'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.14'
implementation 'com.ticketmaster.retail:prepurchase:3.8.14'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.14'
implementation 'com.ticketmaster.retail:foundation:3.8.14'
Full Changelog: v3.1.4...v4.0.0
Release 3.1.4
3.1.4 (2026-03-24)
What's Changed
- refactor: android region util
iOS:
TM-Ignite = 1.19.0
TicketmasterFoundation: 1.5.0
TicketmasterAuthentication: 3.15.0
TicketmasterDiscovery: 3.9.0
TicketmasterPrePurchase: 3.9.0
TicketmasterPurchase: 3.9.0
TicketmasterSwiftProtobuf: 1.29.1
TicketmasterSecureEntry: 1.11.0
TicketmasterTickets: 3.16.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.16.0'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.14'
implementation 'com.ticketmaster.retail:prepurchase:3.8.14'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.14'
implementation 'com.ticketmaster.retail:foundation:3.8.14'
Full Changelog: v3.1.3...v3.1.4
Release 4.0.0-rc.2
4.0.0-rc.2 (2026-02-19)
Migration guide: https://github.com/ticketmaster/react-native-ticketmaster-ignite/blob/new-architecture/docs/v4-guide.md
- chore: move specs into src for correct module resolution
Includes:
- refactor: tests and variable names (#131) (a8f9a6f), closes #131
- Add retail sdk turbo module (#129) (de7b787), closes #129
- Add tickets sdk fabric components (#127) (4adb513), closes #127
- feat: add accounts sdk spec, codegen and turbo modules (#125) (cc7a314), closes #125
Full Changelog: v4.0.0-rc.1...v4.0.0-rc.2
Release 4.0.0-rc.1
4.0.0-rc.1 (2026-02-18)
- chore: add specs to published files
Full Changelog: v4.0.0-rc.0...v4.0.0-rc.1
Release 4.0.0-rc.0
4.0.0-rc.0 (2026-02-18)
Migration guide: https://github.com/ticketmaster/react-native-ticketmaster-ignite/blob/new-architecture/docs/v4-guide.md
- refactor: tests and variable names (#131) (a8f9a6f), closes #131
- Add retail sdk turbo module (#129) (de7b787), closes #129
- Add tickets sdk fabric components (#127) (4adb513), closes #127
- feat: add accounts sdk spec, codegen and turbo modules (#125) (cc7a314), closes #125
What's Changed
- feat: add accounts sdk spec, codegen and turbo modules
- Add tickets sdk fabric components
- Add retail sdk turbo module
- refactor: tests and variable names
iOS:
TM-Ignite = 1.19.0
TicketmasterFoundation: 1.5.0
TicketmasterAuthentication: 3.15.0
TicketmasterDiscovery: 3.9.0
TicketmasterPrePurchase: 3.9.0
TicketmasterPurchase: 3.9.0
TicketmasterSwiftProtobuf: 1.29.1
TicketmasterSecureEntry: 1.11.0
TicketmasterTickets: 3.16.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.16.0'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.14'
implementation 'com.ticketmaster.retail:prepurchase:3.8.14'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.14'
implementation 'com.ticketmaster.retail:foundation:3.8.14'
Full Changelog: v3.1.3...v4.0.0-rc.0
Release 3.1.3
3.1.3 (2026-02-11)
What's Changed
- chore: bump sdk to 3.16
iOS:
TM-Ignite = 1.19.0
TicketmasterFoundation: 1.5.0
TicketmasterAuthentication: 3.15.0
TicketmasterDiscovery: 3.9.0
TicketmasterPrePurchase: 3.9.0
TicketmasterPurchase: 3.9.0
TicketmasterSwiftProtobuf: 1.29.1
TicketmasterSecureEntry: 1.11.0
TicketmasterTickets: 3.16.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.16.0'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.14'
implementation 'com.ticketmaster.retail:prepurchase:3.8.14'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.14'
implementation 'com.ticketmaster.retail:foundation:3.8.14'
Full Changelog: v3.1.2...v3.1.3
Release 3.1.2
Release 3.1.1
3.1.1 (2025-12-10)
What's Changed
iOS:
TM-Ignite = 1.17.1
TicketmasterFoundation: 1.5.0
TicketmasterAuthentication: 3.14.6
TicketmasterDiscovery: 3.9.0
TicketmasterPrePurchase: 3.9.0
TicketmasterPurchase: 3.9.0
TicketmasterSwiftProtobuf: 1.29.0
TicketmasterSecureEntry: 1.9.0
TicketmasterTickets: 3.14.1
Android:
implementation 'com.ticketmaster.tickets:tickets:3.14.2'
implementation 'com.ticketmaster.tickets:secure-entry:1.5.1'
implementation 'com.ticketmaster.retail:purchase:3.8.3'
implementation 'com.ticketmaster.retail:prepurchase:3.8.3'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.3'
implementation 'com.ticketmaster.retail:foundation:3.8.3'
Full Changelog: v3.1.0...v3.1.1
Release 3.1.0
3.1.0 (2025-12-08)
Features
Bug Fixes
What's Changed
- feat: add configurable custom module buttons
- fix: venue directions module crash android (Sport XR)
- fix: issues with prebuilt module images displaying
iOS:
TM-Ignite = 1.17.1
TicketmasterFoundation: 1.5.0
TicketmasterAuthentication: 3.14.6
TicketmasterDiscovery: 3.9.0
TicketmasterPrePurchase: 3.9.0
TicketmasterPurchase: 3.9.0
TicketmasterSwiftProtobuf: 1.29.0
TicketmasterSecureEntry: 1.9.0
TicketmasterTickets: 3.14.1
Android:
implementation 'com.ticketmaster.tickets:tickets:3.14.2'
implementation 'com.ticketmaster.tickets:secure-entry:1.5.1'
implementation 'com.ticketmaster.retail:purchase:3.8.3'
implementation 'com.ticketmaster.retail:prepurchase:3.8.3'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.3'
implementation 'com.ticketmaster.retail:foundation:3.8.3'
Full Changelog: v3.0.4...v3.1.0