Sébastien Lampazona

Results 7 comments of Sébastien Lampazona

Same issue ... :(

Hey, i have upgraded Android version in the build.gradle of the project, and the issue was resolved ... Maybe a fix will arrive ?

This is my `react-native-blur/android/build.gradle` file : ``` buildscript { repositories { google() jcenter() maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' } } apply plugin: 'com.android.library' android {...

Maybe check you have `android.enableAapt2=false` in your `android/gradle.properties`, it's a **workaround, not a fix**

@EricCarrGH tell the truth !! Below my code : ``` //.... constructor(props) { super(props); this.state = { loading: true } this.props.navigator.setOnNavigatorEvent(this.onNavigatorEvent.bind(this)); } onNavigatorEvent(event) { switch(event.id) { case 'didAppear': setTimeout(() =>...

I have exactly the same issue, and the 600 dpi workaround not working for me. I had try to use an HTML page and render an with @page css options...