Releases: ticketmaster/react-native-ticketmaster-ignite
Release list
Release 4.4.2
4.4.2 (2026-07-16)
What's Changed
- chore: bump sdk to 3.18.1
iOS:
TM-Ignite = 1.21.1
TicketmasterFoundation: 1.6.8 (build 574)
TicketmasterAuthentication: 3.17.14 (build 106)
TicketmasterDiscoveryAPI: 4.1.2 (build 19)
TicketmasterPrePurchase: 4.1.2 (build 19)
TicketmasterPurchase: 4.1.2 (build 19)
TicketmasterSwiftProtobuf: 1.29.2
TicketmasterSecureEntry: 1.13.0 (build 9885)
TicketmasterTickets: 3.18.1 (build 9885) (updated)
Android:
implementation 'com.ticketmaster.tickets:tickets:3.18.1'
implementation 'com.ticketmaster.tickets:secure-entry:1.8.0'
implementation 'com.ticketmaster.retail:purchase:3.8.20'
implementation 'com.ticketmaster.retail:prepurchase:3.8.20'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.20'
implementation 'com.ticketmaster.retail:foundation:3.8.20'
Full Changelog: v4.4.1...v4.4.2
Release 4.4.1
4.4.1 (2026-07-06)
What's Changed
- refactor: ticket deep links and fix switching teams v4
iOS:
TM-Ignite = 1.21.0
TicketmasterFoundation: 1.6.8
TicketmasterAuthentication: 3.17.4
TicketmasterDiscovery: 4.1.2
TicketmasterPrePurchase: 4.1.2
TicketmasterPurchase: 4.1.2
TicketmasterSwiftProtobuf: 1.29.2
TicketmasterSecureEntry: 1.13.0
TicketmasterTickets: 3.18.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.18.0'
implementation 'com.ticketmaster.tickets:secure-entry:1.8.0'
implementation 'com.ticketmaster.retail:purchase:3.8.20'
implementation 'com.ticketmaster.retail:prepurchase:3.8.20'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.20'
implementation 'com.ticketmaster.retail:foundation:3.8.20'
Full Changelog: v4.4.0...v4.4.1
Release 4.4.0
4.4.0 (2026-07-01)
Set the Kotlin version
⚠️ BREAKING CHANGE (v4.4.0+): This library requires Kotlin 2.2.0 or newer due to the Ticketmaster Tickets SDK 3.18.0 dependency onkotlin-stdlib:2.3.0. React Native's default Kotlin compiler (2.1.20) cannot read 2.3.0 metadata and will fail with an "Internal compiler error" during the:react-native-ticketmaster-ignite:compileDebugKotlintask.If you see compilation errors mentioning "metadata is 2.3.0, expected version is 2.1.0", you need to upgrade your Kotlin toolchain as shown below.
You must build with Kotlin 2.2.0 or newer. We recommend Kotlin 2.2.21 or higher.
In android/build.gradle, set both the kotlinVersion in ext {} and the kotlin-gradle-plugin classpath:
buildscript {
ext {
// ...
kotlinVersion = "2.2.21" // Use 2.2.21 or higher
}
dependencies {
// ...
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
}
}For Expo steps see docs/expo.md
What's Changed
- chore: bump Tickets sdk to 3.18 in #142
iOS:
TM-Ignite = 1.21.0
TicketmasterFoundation: 1.6.8
TicketmasterAuthentication: 3.17.4
TicketmasterDiscovery: 4.1.2
TicketmasterPrePurchase: 4.1.2
TicketmasterPurchase: 4.1.2
TicketmasterSwiftProtobuf: 1.29.2
TicketmasterSecureEntry: 1.13.0
TicketmasterTickets: 3.18.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.18.0'
implementation 'com.ticketmaster.tickets:secure-entry:1.8.0'
implementation 'com.ticketmaster.retail:purchase:3.8.20'
implementation 'com.ticketmaster.retail:prepurchase:3.8.20'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.20'
implementation 'com.ticketmaster.retail:foundation:3.8.20'
Full Changelog: v4.3.3...v4.4.0
Release 4.3.3
4.3.3 (2026-06-22)
Refactor
- remove RCTBridge instance dependency from Config for RN 0.85 support, uses static NativeConfig store (#141) (b9d3b5e)
What's Changed
- Refactor: remove RCTBridge instance dependency from Config for RN 0.85 support, use static NativeConfig store.
Full Changelog: v4.3.2...v4.3.3
iOS:
TM-Ignite = 1.20.0
TicketmasterFoundation: 1.6.1
TicketmasterAuthentication: 3.17.4
TicketmasterDiscovery: 4.0.1
TicketmasterPrePurchase: 4.0.1
TicketmasterPurchase: 4.0.1
TicketmasterSwiftProtobuf: 1.29.2
TicketmasterSecureEntry: 1.12.0
TicketmasterTickets: 3.17.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.17.4'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.20'
implementation 'com.ticketmaster.retail:prepurchase:3.8.20'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.20'
implementation 'com.ticketmaster.retail:foundation:3.8.20'
Release 4.3.2
4.3.2 (2026-06-04)
What's Changed
- fix: navigation bar and status bar overlap #140
iOS:
TM-Ignite = 1.20.0
TicketmasterFoundation: 1.6.1
TicketmasterAuthentication: 3.17.4
TicketmasterDiscovery: 4.0.1
TicketmasterPrePurchase: 4.0.1
TicketmasterPurchase: 4.0.1
TicketmasterSwiftProtobuf: 1.29.2
TicketmasterSecureEntry: 1.12.0
TicketmasterTickets: 3.17.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.17.4'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.20'
implementation 'com.ticketmaster.retail:prepurchase:3.8.20'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.20'
implementation 'com.ticketmaster.retail:foundation:3.8.20'
Full Changelog: v4.3.1...v4.3.2
Release 4.3.1
4.3.1 (2026-05-28)
What's Changed
- fix: custom modules image not showing on ios prod #139
iOS:
TM-Ignite = 1.20.0
TicketmasterFoundation: 1.6.1
TicketmasterAuthentication: 3.17.4
TicketmasterDiscovery: 4.0.1
TicketmasterPrePurchase: 4.0.1
TicketmasterPurchase: 4.0.1
TicketmasterSwiftProtobuf: 1.29.2
TicketmasterSecureEntry: 1.12.0
TicketmasterTickets: 3.17.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.17.4'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.20'
implementation 'com.ticketmaster.retail:prepurchase:3.8.20'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.20'
implementation 'com.ticketmaster.retail:foundation:3.8.20'
Full Changelog: v4.3.0...v4.3.1
Release 4.3.0
4.3.0 (2026-05-27)
What's Changed
iOS:
TM-Ignite = 1.20.0
TicketmasterFoundation: 1.6.1
TicketmasterAuthentication: 3.17.4
TicketmasterDiscovery: 4.0.1
TicketmasterPrePurchase: 4.0.1
TicketmasterPurchase: 4.0.1
TicketmasterSwiftProtobuf: 1.29.2
TicketmasterSecureEntry: 1.12.0
TicketmasterTickets: 3.17.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.17.4'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.20'
implementation 'com.ticketmaster.retail:prepurchase:3.8.20'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.20'
implementation 'com.ticketmaster.retail:foundation:3.8.20'
Full Changelog: v4.2.0...v4.3.0
Release 4.2.0
4.2.0 (2026-05-18)
What's Changed
- chore: bump sdk to 3.17 #137
iOS:
TM-Ignite = 1.20.0
TicketmasterFoundation: 1.6.1
TicketmasterAuthentication: 3.17.4
TicketmasterDiscovery: 4.0.1
TicketmasterPrePurchase: 4.0.1
TicketmasterPurchase: 4.0.1
TicketmasterSwiftProtobuf: 1.29.2
TicketmasterSecureEntry: 1.12.0
TicketmasterTickets: 3.17.0
Android:
implementation 'com.ticketmaster.tickets:tickets:3.17.4'
implementation 'com.ticketmaster.tickets:secure-entry:1.7.0'
implementation 'com.ticketmaster.retail:purchase:3.8.20'
implementation 'com.ticketmaster.retail:prepurchase:3.8.20'
implementation 'com.ticketmaster.retail:discoveryapi:3.8.20'
implementation 'com.ticketmaster.retail:foundation:3.8.20'
Full Changelog: v4.1.1...v4.2.0
Release 4.1.1
4.1.1 (2026-05-05)
Bug Fixes
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.1.0...v4.1.1
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