Skip to content

Support old react native versions under 0.74 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JaliJuhola
Copy link

Problem: Sdk does not work with React Native version under 0.74 i.e ("react-native": "0.73.7",). This is due to that SDK:s Kotlin code, that seems to be using Kotlin 1.9 feature in single section.

Solution:

  • Replacing SDKEvent.entries with SDKEvent.values

@gtcaras
Copy link

gtcaras commented Sep 5, 2024

Applied this change to a project running react-native 0.71.3 and was able to successfully build and run on Android.

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