Openpanel-dev / openpanel

All the goodies from both Mixpanel and Plausible combined into one tool.
https://openpanel.dev
GNU Affero General Public License v3.0
2.59k stars 84 forks source link

feat(sdk/react-native): update expo deps to latest sdk-50 versions #20

Closed Than-DE closed 1 week ago

Than-DE commented 1 month ago

Having problems installing openpanel on my react native app. I'm still on sdk 50 (sdk 51 came out a week ago or something like that) so I would propose to update dependencies to the latest ones. I checked and there are no breaking changes for the method used for either expo-constants or expo-application

CleanShot 2024-05-28 at 11 17 28@2x

lindesvard commented 1 month ago

Thanks again @Than-DE 🤤

Will probably need to change the peerDependencies to be more like the nextjs package.

https://github.com/Openpanel-dev/openpanel/blob/main/packages/sdks/nextjs/package.json#L14-L18

So support expo-constants 14. & 15. and expo-application 5.*

Could you do this here?

Than-DE commented 1 week ago

Sorry it's been a minute. Is that what you meant @lindesvard ?