Navigation package react-native-navigation
working fine on unejected expo app. I am just using expo demo as an example.
- I eject expo app.
- Try to run-android, I receive the following errors:
1: Task failed with an exception.-----------* Where:Build file 'C:\Users\[USER]\Documents\GitHub\app\node_modules\react-native-navigation\lib\android\app\build.gradle' line: 4* What went wrong:A problem occurred evaluating project ':react-native-navigation'.> Plugin with id 'kotlin-android' not found.* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.==============================================================================2: Task failed with an exception.-----------* What went wrong:A problem occurred configuring project ':react-native-navigation'.> compileSdkVersion is not specified.* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.==============================================================================* Get more help at https://help.gradle.org