-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TR SYSTEM LANGUAGE PROBLEM #1849
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
i trying with clean project. if you want see this problem you can change your windows language turkish and just run project. |
i can share a repo but if you using any language you cant get a error. |
Hey @mehmettasan, looking at the screenshot you provided, my first impression is that the problem might be related to character encoding used by your language (notice that every Is this problem of yours specific only to these libs? What happens if you try to build application that do not use them? Does the project compile then? |
no, that's not the problem. It gets resolved when I change the kotlin version or change the system language to english. but when I install the package directly in Turkish language, it gives an error. |
Can you elaborate on what does installing package directly in Turkish mean? Do you change kotlin version of whole application or only "affected" libraries? To what version of Kotlin do you change? Can you confirm for me, that building application without these libraries ( |
th3rdwave/react-native-safe-area-context#421 its my other issue for safe area context. i trying with clean project and just installing react navigation and this packages. i change kotlin version 1.9.0. you can look my other issue for more. some turkish people have this problem too. |
Hey, as this issue seems to be stale and all information I've managed to gather nudges me towards conclusion that this is rather a Kotlin compiler problem (as bumping it resolves the problem) I'll close the issue. I recommend setting custom kotlin version for now, however it is likely that in close future we will bump |
Description
After installing the React Navigaton package, I get an error when I try to install this package while the system language is Turkish. When I change the system language to English, it installs without any problems. I am using windows 11 and the operating system is up to date.
this screenshot is for react-native-safe-area-context but same problem exists in this package.
Steps to reproduce
1- change system language turkish
2- npm install @react-navigation/native
3- npm install react-native-screens react-native-safe-area-context
4- npx react-native run-android
Snack or a link to a repository
none
Screens version
3.23.0
React Native version
0.72.3
Platforms
Android, Windows
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: