-
Notifications
You must be signed in to change notification settings - Fork 176
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
Issue In the Locale #307
Comments
Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then you can also provide the repro in a GitHub repository. |
This reported error doesn't happen in https://snack.expo.dev/ and might also not happen in expo projects. I have the same error, and I am using a bare-bone react native for my project, I strongly believe it is the same with the poster |
Ok I will try to use it |
Hey, i am providing a reproduction to the error here in the repo Steps to reproduce Clone the repo & cd into project
Install all Dependencies
Start & run both ios & android
Click on |
@KelisSuthar Have you found a solution to the error?, if not maybe you can open the issue again?, my comment above wasn't a solution, i was explaining the project where the error is happening |
Please see the example index.js we register translations https://web-ridge.github.io/react-native-paper-dates/docs/intro#register-translation |
Hello When I install the library in react native and run the project on Android or ios it shows me an issue like this
[react-native-paper-dates] The locale en is not registered, see README!, key: typeInDate
in several keys also on the Android side close and edit icons are not proper these are default icons.
My library Version is
"react-native-paper-dates": "^0.18.13",
"react": "18.2.0",
The text was updated successfully, but these errors were encountered: