I created a project with a React Native Turkish name. My project Name "Şifre". Since there is a Turkish character in the name I have given in the strings.xml file, the project does not work on Android Emulator devices with API level 31 and above. But project work to reel devices. When I change my project name with 'Sifre' or 'sifre' so, name without turkish characters.
I SPECIFICALLY POINT OUT : THIS PROBLEM IS ONLY EMULATOR(API 31 LEVEL AND ABOVE). IT WORKING PROBABLY TO REEL DEVİCES.
I applied the following solution method (to strings.xml file) but my project doesn't work.
<?xml version="1.0" encoding="UTF-8"?> or <?xml version="1.0" encoding="ISO-8859-1"?>
I'm leaving a screenshot for clarity. Thanks in advance :)
My Solutions: