corymsmith / react-native-fabric

A React Native library for Fabric, Crashlytics and Answers
MIT License
1.31k stars 236 forks source link

Framework precedence #174

Closed jbrodriguez closed 6 years ago

jbrodriguez commented 6 years ago

Seeing this commit 9d432c2408236049bb87bd319e3fddf69da6be8c, now I wonder ... which version my app actually uses ?

Is it the one bundled with react-native-fabric ?

Or is it the one we set up in the app's android/build.gradle ?

autoreleasefool commented 6 years ago

Gradle will resolve to the newest version when there are conflicting definitions. However, the README should have been updated to the same version, and I'll resolve that now.