ashinga48 / React-Native-Firebase-Phone-Authentication

Seems there's not a proper react native plugin with phone authentication alone. So creating it.
9 stars 6 forks source link

error: resources not found #6

Closed Bensji closed 6 years ago

Bensji commented 6 years ago

Hi,

I'm having the following error after installing the package:

error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.
error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found.
error: failed linking references.

FAILURE: Build failed with an exception.

File seem to be linked properly.

Info

Node version 10.2.1 react-native version 0.55.4 firebase version 5.0.3

Steps to reproduce

  1. yarn add react-native-firebase-phone-auth
  2. react-native link
  3. react-native run-android

Any ideas on why this is happening?

Thanks!

Bensji commented 6 years ago

Sorry, already fixed this one by updating all the versions in the build.gradle for android. Thanks!