I'm making demo project and I'm working on mac. The demo project runs in ios emulator. As I tried to generate APK for demo project. It shows error as ahead "A problem occurred configuring project ':app'. "compileSdkVersion is not specified."Error image is as this
For which I have tried lot solutions which is in stack overflow but can't get success. It's only happening for my demo project. because when I run awesomeproject(Default Template) it generates APK but for my project it shows error. May be it's due to version or package related issue.
I have added following packages:
"@react-native-community/masked-view": "^0.1.7",
"pod": "^0.9.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-easy-grid": "^0.2.2",
"react-native-gesture-handler": "^1.6.0",
"react-native-navigation": "^6.3.1",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.2.0",
"react-navigation": "^4.2.2",
"react-navigation-stack": "^2.2.3",
"yarn": "^1.22.4".
It would be great if anyone helps me. I'm new to React-Native.