mrousavy / nitro

🔥 Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI
https://nitro.margelo.com
MIT License
651 stars 22 forks source link

feat: add macOS and tvOS support #372

Closed KrzysztofMoch closed 12 hours ago

KrzysztofMoch commented 1 day ago

Summary

Adds support for macOS and tvOS support

Description

I have successfully run my nitro library (react-native-video v7) on macOS and tvOS by only changing podspec of react-native-nitro-modules!

I have set min required version for macOS & tvOS same as in react-native-macos 0.75 & react-native-tvos 0.75 (as Nitro requires react-native >= 0.75)

vercel[bot] commented 1 day ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **nitro-docs** | ⬜️ Skipped ([Inspect](https://vercel.com/margelo/nitro-docs/7PSB9m7SmeAmH4iNXkQ6gVmUwuc8)) | | | Nov 24, 2024 4:22pm |
mrousavy commented 12 hours ago

perfect, thank you! lgtm