-
Notifications
You must be signed in to change notification settings - Fork 464
remove duplicate definitions of startcall and displayincomingcall as … #816
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
base: master
Are you sure you want to change the base?
Conversation
…react native is thorwing error with the latest version
It looks like reasonable changes. There is an error if a new architecture is enabled. React-native modules don't support function overloading. And the removed parts seem not to be used anyway in the index.js. @Irfanwani Could you please remove the commented lines of code? |
Code cleaning, nothing special
Done @mluksha |
@mluksha these changes can be merged now. Please proceed |
@saghul Could you please review this PR? |
@manuquentin any objections to landing this? |
Hello guys, is this going to be released soon? |
Can confirm removing duplicate methods Tested on:
"expo": "~53.0.17",
"react-native": "0.79.5",
"react-native-callkeep": "^4.3.16",
"@config-plugins/react-native-callkeep": "^11.0.0", aka #816 looks good to me. Who we should ping to merge this PR? @manuquentin? |
…react native is thorwing error with the latest version. When upgrading to the latest version of react native (0.76.1), I got this error that RNCallKeep is exporting two methods with same name (got this error for two methods, startCall and displayIncomingCall).