Я пытаюсь создать проект в файл .apk, но получаю эту ошибку при наборе - ./gradlew bundleRelease:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:preReleaseBuild'.
> Could not resolve all task dependencies for configuration ':app:releaseRuntimeClasspath'.
> Could not resolve project :react-native-gesture-handler.
Required by:
project :app
> Unable to find a matching configuration of project :react-native-gesture-handler: None of the consumable configurations have attributes.
Я знаю, что есть некоторые вопросы, подобные моему, но ни один не является точно таким же,Извините, если решение уже существует, но я не нашел.