-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
datetimepicker don't work on android #808
Comments
Which react native version you have? |
I'm having this issue as well. I have an Expo-managed project in which I generate a development build. The issue began showing up after I upgraded from expo SDK 48 to 49 and only affects the android build. IOS build appears to be unaffected Error Message:
Dependencies (from package.json)
|
Facing same issue any update how can we resolve this one? |
I had this issue upgrading from 47 to 48 using the global |
Temporarily downgraded expo to 48 until the expo team fixes it on 49. Btw it's working fine on iOS, thats only Android related. |
Hello and thanks for reporting, |
By when can we expect this to be patched up? |
@liao02x thank you so much! This solved my issue in v49 |
I am also facing this issue but I am not using expo.
|
Running into the same issue. Can't downgrade Expo because we are using Expo Router v2. |
try upgrading to 49.0.10. I think that fixed the issue for me |
How did you manage to run the date picker in expo 49 ? Can you please share ? |
This doesn't work for me. Version |
@jannesiera are you using expo's development client or Expo Go? |
I'm using Expo Go.
*Janne Siera*
*A software partner for your startup that you can trust.*
Website / https://sierasolutions.com
Phone / +32 479 70 82 60
Email / ***@***.***
…On Mon, 18 Sept 2023 at 19:47, Nasser ***@***.***> wrote:
@jannesiera <https://github.com/jannesiera> are you using expo's
development client or Expo Go?
—
Reply to this email directly, view it on GitHub
<#808 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC2QOQ52RCDHBQBORFYKP3X3CCJVANCNFSM6AAAAAA4LSGN3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
After moving to "expo": "^49.0.11", the issue was resolved for me.
and then a "yarn start --clear" this may not be necessary. |
I can confirm this works for us as well. Clearing the cache was definitely necessary. Thanks! |
Exactly! I'm also facing this issue and I'm not using expo. What can I do? @AbdurRobTanvir did you find a solution? |
I could workaround this issue by adding these two libraries to package.json: |
@AmmarM07 It's not working for me. Any alternative date picker with text input? |
@AbdurRobTanvir Did you find any solution for the issue? |
I had the same issue and it's not an Expo problem. The problem is that after |
getting same issue how can we tackle for this |
have you solve this |
getting same error on android |
Downgrading to I'm using Expo Go and was having problems on Android where with an older version (6.9) the datetimepicker wouldn't show up at all, then with the latest build I got the invariant violation error like others. |
Downgrading to |
👋 @soto0, sorry you're having an issue. This issue is being closed because it does not provide all information required by the issue template. As the issue template explains, we require that you provide a runnable example that reproduces your issue and your environment information. This means you need to provide a code snippet that we can copy-paste into an empty project and see the error ourselves, or provide a git repository with the issue. |
facing same issue |
Has anybody got the solution? |
Still having the same issue. Trying |
Update: I seemed to have fixed the problem. All I had to do was rebuild a development build, install on my android device and it fixed the problem. Hopefully rebuilding the dev build will solve the problem for you as well
|
Still facing same issue |
I believe the issue is somewhat linked to this change. If I manually change these files in my node_modules directory back to what they were, the issue disappears. |
Same issue here! |
running |
when i try to run my app on android i get this error:
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCDatePicker' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes
The text was updated successfully, but these errors were encountered: