Hossam Hassan
Hossam Hassan
> in your android gradle.properties disable new architecture by setting following property to false newArchEnabled=false. > > #4383 is related not working
buildscript { ext { buildToolsVersion = "33.0.0" minSdkVersion = 21 compileSdkVersion = 33 targetSdkVersion = 33 kotlinVersion ='1.6.10' } try to add the kotlinVersion
> Please check your manifest file if you have peer permissions for the ServiceType Do you support your package the new Arch of React Native ?
can you give me example about channel.setSound(). > > sound notification not working i try to add a **sound.wav** in raw file > > I'll check later > > >...