-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Expo] Library not working out-of-the-box #112
Comments
As I understand this package is not available for newer Expo versions that are based on Java 11. Cloning locally the repo and including in the app.json the plugin file
I get this error during compilation:
|
Hi there, I'm experiencing the same issue. |
Has this project lost expo support? |
@utaner It seems it does not support latest versions of expo. I do not remember but the plugin file is not shipped properly with the distribution files. |
this is due to the fact that the version of this package on npm is 4 years old. to solve the problem, install the rest main branch directly, which is up to date. yarn add https://github.com/priteshrnandgaonkar/react-native-call-detection.git or if you are using npm npm install https://github.com/priteshrnandgaonkar/react-native-call-detection.git |
Issue
I want to use this library for a new expo managed project.
The library is not working out-of-the-box.
The
app.plugin.js
is not shipped in the released version.Reproduce
app.json
Error:
The text was updated successfully, but these errors were encountered: