Alex Kravtchenko
Alex Kravtchenko
I have the same problem too.
I've found the similar release crash log in #33065 reported by [gabrieldonadel](https://github.com/gabrieldonadel). That issue was closed but I could not find info how the crash was handled.
Thank you @cortinico Here is my app/build.gradle: ``` apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply from: "$rootDir/gradle/version.gradle" // apply plugin: "com.facebook.react" import java.util.regex.Matcher import java.util.regex.Pattern import com.android.build.OutputFile...
@cortinico Here is my `src/main/jni/Android.mk`: ``` THIS_DIR := $(call my-dir) include $(REACT_ANDROID_DIR)/Android-prebuilt.mk # If you wish to add a custom TurboModule or Fabric component in your app you # will...
@cortinico `replicate the crash on a newly created app`: What is the easiest/fastest way to do this?
I'll try Just hoped that there is a way to skip a lot of manual changes.
@cortinico > 1. Have you enabled New Architecture? ``` newArchEnabled=false hermesEnabled=true ``` > 2. Do you have a reproducer to share? No, I do not. This is huge project.
package.json: ``` { ... "dependencies": { "@evernote/skitch-neutron": "0.17.838", "@react-native-community/async-storage": "^1.12.1", "@react-native-camera-roll/camera-roll": "^5.2.4", "@react-native-community/datetimepicker": "^6.4.2", "@react-native-community/google-signin": "^4.0.3", "@react-native-community/hooks": "^2.8.0", "@react-native-community/image-editor": "^2.2.0", "@react-native-community/netinfo": "^9.0.0", "@react-native-community/progress-bar-android": "^1.0.3", "@react-native-community/progress-view": "^1.1.1", "@react-native-community/cookies": "^5.0.1", "@react-native-community/slider": "^2.0.7",...
Hi @robhogan , Thank you for suggestion. I've added line proposed into `metro.config.js../transformer` but unfortunately, it did not fix the problem - the same error reported.
@robhogan , I've tried to use (forced to resolved to) newest `metro-source-map` v.0.75.1 with your fix for #928 and run the following the following script: ``` --------- 1. Bundle/minify with...