-
Notifications
You must be signed in to change notification settings - Fork 475
Closed
Description
This package will not compile with React Native 0.56. The following error occurs when running react-native run android
:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApk'.
> A problem occurred configuring project ':react-native-touch-id'.
> The SDK Build Tools revision (23.0.1) is too low for project ':react-native-touch-id'. Minimum required is 25.0.0
Due to Google's mandate that all new apps must target API 26 in order to be published on Google Play after 1 August 2018, React Native updated its build tools and target API. This is causing many React Native packages to break.
Here are a couple of solutions proposed in other packages:
Metadata
Metadata
Assignees
Labels
No labels