Skip to content

Package not compatible with React Native 0.56 (Android) #138

@taranda

Description

@taranda

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions