Nacho Justicia
Nacho Justicia
``` :react-native-i18n:compileDebugJavaWithJavac Note: /Users/User/Desktop/project/git/project-app/node_modules/react-native-i18n/android/src/main/java/com/AlexanderZaytsev/RNI18n/RNI18nModule.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. ``` Do you know how to recompile with -Xlint option in Android?
I'm still having this problem with the version "5.3.0"
Hi @jinxac and @Sexual I had the same problem and I solved it passing the following properties to the chart: - scalesPageToFit to *false* - automaticallyAdjustContentInsets to *false* ```javascript import...
Hi @aliceathens I had the same problem and I solved it passing the following properties to the chart: - scalesPageToFit to *false* - automaticallyAdjustContentInsets to *false* ```javascript import ChartView from...