jakhil232

Results 8 comments of jakhil232

@jerson The crash was resolved after consuming 2.5.1, but the existing issue is still there which was even there on 2.5.0 - 'ReferenceError: Property 'TextDecoder' doesn't exist'. I think this...

Hey @jerson I had resumed the work on this thread for 16KB page size support, updated react-native-fast-rsa to the latest version of 2.6.2. Unfortunately, when I am checking the alignment,...

@bc-lee @Pulimet Have you tried adding the broadcast receiver capability which was mandatory after Android SDK 34 upgrade? https://stackoverflow.com/questions/78765352/updated-compilesdkversion-to-34-in-react-native-project-but-unable-to-connect-t Before adding this, I was facing same crash for react-native app.

> 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...

> @jakhil232 could you please check alignment of .so and share with us results ? Same case for me as @Pulimet, mine libraries are unaligned as well. I think the...