mateoguzmana / react-native-zendesk-unified

React Native wrapper for the iOS and Android Zendesk SDKs (Chat, Support & Answer Bot)
https://mateoguzmana.github.io/react-native-zendesk-unified/
MIT License
4 stars 1 forks source link

AutoLinking not working #1

Closed iujisato closed 5 months ago

iujisato commented 8 months ago

AutoLink feature doesnt seem to be working, if I try to add the package on my project pods are not installed.

Also on your example app, there's no line referencing the library as a JS dependency, so it's probably outdated or linked through a different method

mateoguzmana commented 7 months ago

Hey there @iujisato, thanks for flagging the issue.

Do you mind sharing your react-native version or somewhere I can reproduce it?

I have this example app which you can use to try it out, you can see the package installed here: https://github.com/mateoguzmana/ZendeskDemo/blob/main/package.json#L63

iujisato commented 7 months ago

Hey @mateoguzmana sorry for the late response!

I'm using RN 0.63.5

mateoguzmana commented 5 months ago

Hey there, I haven't tested this package in an old React Native version. This library is fairly new so it can't guarantee supporting versions which are a bit far behind.

The latest stable React Native version as of now is 0.73.0. I would suggest updating to a newer version and trying it out again.

I'll update the docs as soon as I know which is the latest version this package supports. Closing this issue for now