Alexey Korolev
Alexey Korolev
I've opened an issue with this crash here: https://issuetracker.google.com/issues/119839527
I'm not using vector images and still got this crashes.
Same for me, crashed after upgrading to 3.7.0/3.7.1. RN: 0.72.10 Hermes: disabled. --- ``` Crashed: com.apple.main-thread 0 JavaScriptCore 0x10c4a90 JSC::Structure::add(JSC::VM&, JSC::PropertyName, unsigned int) + 220 1 JavaScriptCore 0x10c4a44 JSC::Structure::add(JSC::VM&, JSC::PropertyName,...
The repository was moved to @react-native-masked-view/masked-view. Using it will resolve the issue.
I created the following repo where I use RN 0.74.3. ([Repo](https://github.com/Pulimet/Elf16KBCheck)) 1. Bumbed NDK to 27.0.11718014 2. Patched node_modules/react-native/ReactAndroid/build.gradle.ks 3. Created an Emulator supporting a 16KB page size 4. Build...
@MahmoudMabrok ./alignment.sh apk | grep "arm64-v8a" Results apk/lib/arm64-v8a/libreact_newarchdefaults.so: \e[31mUNALIGNED\e[0m (2**12) apk/lib/arm64-v8a/libreactperfloggerjni.so: \e[31mUNALIGNED\e[0m (2**12) apk/lib/arm64-v8a/libjsi.so: \e[31mUNALIGNED\e[0m (2**12) apk/lib/arm64-v8a/libreact_render_mapbuffer.so: \e[31mUNALIGNED\e[0m (2**12) apk/lib/arm64-v8a/libreact_featureflagsjni.so: \e[31mUNALIGNED\e[0m (2**12) apk/lib/arm64-v8a/libnative-filters.so: \e[31mUNALIGNED\e[0m (2**12) apk/lib/arm64-v8a/libreact_codegen_rncore.so: \e[31mUNALIGNED\e[0m (2**12) apk/lib/arm64-v8a/libfbjni.so: \e[31mUNALIGNED\e[0m...
You can suppress warnings for the Braintree pod in your Podfile by adding the inhibit_all_warnings! directive for that specific pod: ``` # Suppress warnings for the Braintree pod # react-native-payments...