Skip to content
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

Don't work with Expo Go SDK52 #939

Open
dulyts opened this issue Nov 6, 2024 · 0 comments
Open

Don't work with Expo Go SDK52 #939

dulyts opened this issue Nov 6, 2024 · 0 comments

Comments

@dulyts
Copy link

dulyts commented Nov 6, 2024

Bug report

Summary

On Android with ExpoGo(2.32.5) SDK52 I get the following error at startup:
(NOBRIDGE) ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCDatePicker' could not be found. Verify that a module by this name is registered in the native binary.

Reproducible sample code

npx create-expo-app@latest --template default@beta
cd {project}
npx expo install @react-native-community/datetimepicker

Add following to index.ts

import RNDateTimePicker from "@react-native-community/datetimepicker";
[...]
<RNDateTimePicker mode="date" value={new Date()} />

Environment info

@react-native-community/cli do not available from react native 76.0

datetimepicker version: 8.2.0
Android version: 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant