Dino
Dino
I'm also facing the same issue.. fresh app and everything, core Firebase module was installed successfully but when I added Crashlythics package it failed with the same error `'FirebaseCoreExtension/FIRLibrary.h' file...
@nickarora exactly, we're currently in phase of submiting the app, and the timing couldn't be worse, and also our hands are tied to make any changes.. any ideas how could...
Same issue here, iOS works perfectly, but for Android had a lot of issues..
@pewh check #51
Hi, can you paste your: - settings.gradle from /android/ - build.gradle from /android/ - build.gradle from /android/app/ I think I've had similar error and it was related with one of...
@juslintek gradle files look OK, and I think @biohazardffm is telling you the right thing. Make a change new Digits() to new Digits.Builder().build() Just make sure that you have the...
@iesteban did you make it work? If not, provide here content of your .gradle files as well as MainApplication.java. You're right, there are some things to be corrected or added...
@iesteban OK, so: * The first thing I've noticed is in your _**settings.gradle**_ file, you should change this: project(':react-native-fabric-digits').projectDir = new File(**settingsDir**, '../node_modules/react-native-fabric-digits/android') to this (note the bolded) project(':react-native-fabric-digits').projectDir =...
Commit your changes so I can check
I also have the same issue, waiting for some answers..