evollu / react-native-firebase-analytics

React native bridge for firebase analytics
MIT License
206 stars 54 forks source link

Do not abort build on lint error #16

Closed emmby closed 8 years ago

emmby commented 8 years ago

Trying to build an app with a dependency on react-native-firebase-analytics fails during ./gradlew build due to linting errors in react-native-firebase-analytics.

This change fixes that problem.