Samsung galaxy s24

React native android application is not working in Samsung Galaxy S24 and A55 after installing from play store. here i got the solutions of making app compatible to 64 bit and my app is already compatible.
please find gradle file code

splits {
abi {
reset()
enable enableSeparateBuildPerCPUArchitecture
universalApk false // If true, also generate a universal APK
include “armeabi-v7a”, “x86”, “arm64-v8a”, “x86_64”
}
}

even when i extrected the apk file, i found all 4 folders in lib folder

Hello

If the issue only happens in Samsung Galaxy S24 and A55, then create a support request in Support | Samsung Developers channel.