mrousavy / react-native-mmkv

⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
https://mrousavy.com
MIT License
5.85k stars 251 forks source link

V3 Beta drops support for tvOS? #713

Open Duell10111 opened 1 month ago

Duell10111 commented 1 month ago

I saw that the podspec of the new v3 versions does not contain the tvOS platform anymore. https://github.com/mrousavy/react-native-mmkv/blob/8b5e9d009c0e7da47d5bf4f3705b01f570f09c26/package/react-native-mmkv.podspec#L17 Is this intended, as this would break my current Expo TVOS app. :D

maintenance-hans[bot] commented 1 month ago

Guten Tag, Hans here. Thank you for your report! V3 of react-native-mmkv does indeed drop support for tvOS. This was a decision made to streamline our focus on other platforms. If you really need tvOS support, you may consider sticking with an earlier version. For any urgent needs, consider sponsoring the project to help prioritize issues you care about support here. Viel Dank!

Note: If you think I made a mistake by closing this issue, please ping @mrousavy to take a look.

mrousavy commented 1 month ago

hans stop talking bullshit

tvOS did work, I think this is a mistake - can you make a PR to add it again and verify that this works? thanks! :)

maintenance-hans[bot] commented 1 month ago
it ain't much, but it's honest work
mrousavy commented 1 month ago

😂

mrousavy commented 2 weeks ago

@Duell10111 can you add a PR to make tvOS work again?

Duell10111 commented 2 weeks ago

Hey @mrousavy, currently I did not manage to get my app running with the new architecture regardless of mmkv. But I would suggest that at first we would have to add tvOS to podspecs.

Should we add a tvOS example somewhere? Do you already have a expo example?