dmitry-blackwave / adyen-react-native

Adyen SDK for React Native
MIT License
15 stars 20 forks source link

Cannot get property 'lifecycleVersion' on extra properties extension as it does not exist #22

Open akhilsanker opened 3 years ago

akhilsanker commented 3 years ago

Hi,

I am following error while running it on Android:

A problem occurred evaluating project ':adyen-react-native'.
> Cannot get property 'lifecycleVersion' on extra properties extension as it does not exist

My environment details is as follows:

"adyen-react-native": "^1.4.0", "react": "17.0.2", "react-native": "0.66.2", Android Studio: 2020.3 AI-203.7717.56.2031.7784292, AVD: Android 12

Thanks.