You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Add following to index.ts
Environment info
@react-native-community/cli do not available from react native 76.0
datetimepicker version: 8.2.0
Android version: 14
The text was updated successfully, but these errors were encountered: