Paul Matyukov

Results 15 comments of Paul Matyukov

@RazrFalcon Hi! I try use your implementation of fastblur and saw same effect fix for me was in `box_blur_vert` change initialization of fv, lv ```rs let fv: RGBA8 = backbuf[ti];...

We use @Kudo develop branch, after deploy some users can enter the app but then fatal with very strange errors in js on some devices (samsung s7 android 7) https://github.com/facebook/react-native/issues/24261...

@travisgreermoguls you need build jsc yourself or use "@kudo-ci/jsc-android": "241213.0.0",

@travisgreermoguls you can try temporary workaround - build only 32 bit ``` ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" -> change to abiFilters "armeabi-v7a", "x86" } ``` be notice that...

@travisgreermoguls we have same error(Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)) before x64 (use react-native-navigation), when we downgrade jsc to "225067" everything work - you can try => 32bit only...

@YanislavSpaceIQ Hi, size of file and size of RAM used to show should not be the same Actual size of decoded image in RAM: width * height * pixel_format, in...

@esam091 yes, i understand - but in this issue i mean that we need some js function like StartNavigation that clear native stack)

@alexindigo Good day,sorry but i can't find how to post issue in your repo - So l use your plugin webpack-chunk-hash, also use HashNameslds and everything is ok but today...

@SimchaShats in our project it work without any problems