Is is possible to use third party libraries with react native visionos. #120
|
Hi! I was just playing around with this. This is pretty cool so far. I was wondering if we could use third party libs with it. I tried using https://github.com/henninghall/react-native-date-picker but it does not work. Is there some difference between the ios and visionos source? In short just want to know if it's possible to use third party libs with it. Thanks loving it so far. |
Answered by
okwasniewski
Feb 22, 2024
Replies: 1 comment 1 reply
|
Hey, yes! It's possible, libraries share most of the iOS code unchanged, but they must add explicit support in their Podspec file. I wrote a short blog post about this process here: https://www.oskarkwasniewski.dev/blog/bringing-react-native-libraries-to-apple-vision-pro |
1 reply
Answer selected by
RayanAbid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, yes! It's possible, libraries share most of the iOS code unchanged, but they must add explicit support in their Podspec file. I wrote a short blog post about this process here: https://www.oskarkwasniewski.dev/blog/bringing-react-native-libraries-to-apple-vision-pro