Skip to content

Add backward compatible support for React Native v0.80 + Remove 'private' field from package.json#43

Merged
Lg0gs merged 4 commits intoLg0gs:mainfrom
hrastnik:feature/rn-80-support
Jun 25, 2025
Merged

Add backward compatible support for React Native v0.80 + Remove 'private' field from package.json#43
Lg0gs merged 4 commits intoLg0gs:mainfrom
hrastnik:feature/rn-80-support

Conversation

@hrastnik
Copy link
Copy Markdown
Contributor

This PR fixes building the package on React Native v0.80. On RN v0.80 the build would throw an error because the intent parameter is nullable, and this changed in React Native v0.80.

This PR fixes the problem in a backward-compatible manner so it keeps working on older platforms too.

Additionally, the "private": true field was added in a previous PR, which is a mistake since this package is not private, so this PR removes this field from package.json

Finally a small formatting fix was applied in the Tiktok.swift file.

@Lg0gs Lg0gs merged commit 8d29d4f into Lg0gs:main Jun 25, 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