juspay / hyper-sdk-react

React Native Plugin over Hyper SDK
https://juspay.in
GNU Affero General Public License v3.0
5 stars 11 forks source link

Issue on doing gradle build for RN 0.73 version #63

Open Yashh221 opened 1 month ago

Yashh221 commented 1 month ago

i am getting error as A problem occurred evaluating project ':hyper-sdk-react'.

Could not set unknown property 'excludedMicroSDKs' for extension 'hyperSdkPlugin' of type java.lang.Object.

followed all the step mention in readme file as well as intialization step on juspay docs. What can be the possible issue? please help it out

Subhash703 commented 1 month ago

Hi @Yashh221

I tried building my app with following versions and not getting any error.

"react": "18.2.0", "react-native": "0.73.0"

I hope you are following this doc which is for react-native integrations. https://docs.juspay.in/hyper-checkout/react-native/base-sdk-integration/getting-sdk

Could you please share your root build.gradle file?