Closed alxhghs closed 1 year ago
Did you add repository in your build.gradle? https://github.com/leegeunhyeok/react-native-zendesk-messaging/blob/master/docs/getting-started.md#android
maven {
url "https://zendesk.jfrog.io/artifactory/repo"
}
I'm not sure this library is works on expo project, and I will try do a test soon
@leegeunhyeok Where you able to check if the lib works on expo?
@cesaros-taxfix This library not tested on expo yet and currently not supported
I've never used an expo, but I know that need to migrate module for expo.
(isolated new module like a expo-react-native-zendesk-messaging
)
Need help for migrate because it's too large scale task.
Hi, I am getting below error while integrating zendesk version 0.1.0 with react native version 64.2
FAILURE: Build failed with an exception.
Could not resolve all task dependencies for configuration ':react-native-zendesk-messaging:releaseCompileClasspath'. Could not find com.facebook.react:react-native:. Required by: project :react-native-zendesk-messaging
Soultion: Have fixed it by changing from implementation "com.facebook.react:react-native" to implementation "com.facebook.react:react-native:+" inside project level build.gradle file of react-native-zendesk-messaging.
@Rakesh199122 please check this https://github.com/leegeunhyeok/react-native-zendesk-messaging/issues/14#issuecomment-1550729842
@leegeunhyeok Have fixed it by changing from implementation "com.facebook.react:react-native" to implementation "com.facebook.react:react-native:+" inside project level build.gradle file of react-native-zendesk-messaging.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Getting an error when running gradlew for an Expo app using this package. After installing the app with
npm i react-native-zendesk-messaging
the build fails for Android only. It appears that the Zendesk Messaging dependency isn't being linked properly.Two things that stood out were:
> Could not find zendesk.messaging:messaging-android:2.3.0.
and
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Curious if there's anything in this package or if it's an Expo issue.