Skip to content

fix(integration): fix Android/iOS integration issues and native SDK compatibility#17

Merged
theashraf merged 2 commits intomainfrom
fix/android-ios-integration
Oct 14, 2025
Merged

fix(integration): fix Android/iOS integration issues and native SDK compatibility#17
theashraf merged 2 commits intomainfrom
fix/android-ios-integration

Conversation

@theashraf
Copy link
Member

Android fixes:

  • Update compileSdk and targetSdk from 34 to 35 for API level compatibility
  • Upgrade dotlottie-android from 0.4.0 to 0.12.2 for latest features and fixes
  • Update state machine API calls to match new SDK (stateMachineLoad, stateMachineStart, etc.)
  • Fix deprecated method calls (addStateMachineEventListener → stateMachineAddEventListener)

iOS fixes:

  • Fix Xcode build failure by configuring Node environment in .xcode.env
  • Load nvm before setting NODE_BINARY to respect .nvmrc version specification
  • Update podspec dependency from 'dotLottie-iOS' to 'LottieFiles-dotLottie-iOS' ~> 0.9
  • Fix animation crash by using setter methods instead of recreation

@changeset-bot
Copy link

changeset-bot bot commented Oct 13, 2025

⚠️ No Changeset found

Latest commit: 806a455

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@theashraf theashraf merged commit 7b4f5c1 into main Oct 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants