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
I want to use this library with a New Architecture system. However if I run RCT_NEW_ARCH_ENABLED=1 npx pod-install which enables New architecture and then try to run the build I get this error:
@react-native-community/datetimepicker/ios/fabric/cpp/react/renderer/components/RNDateTimePicker/ShadowNodes.h:12:10: fatal error: 'react/renderer/components/RNDateTimePickerCGen/EventEmitters.h' file not found
Build runs fine if I do simple pod install or npx pod-install. But I want this library with New architecture as well.
Version of datetimepicker: 7.4.1
Version of react native: 0.71.11
Version of cocoapods: 1.12.0
The text was updated successfully, but these errors were encountered:
I want to use this library with a New Architecture system. However if I run RCT_NEW_ARCH_ENABLED=1 npx pod-install which enables New architecture and then try to run the build I get this error:
@react-native-community/datetimepicker/ios/fabric/cpp/react/renderer/components/RNDateTimePicker/ShadowNodes.h:12:10: fatal error: 'react/renderer/components/RNDateTimePickerCGen/EventEmitters.h' file not found
Build runs fine if I do simple pod install or npx pod-install. But I want this library with New architecture as well.
Version of datetimepicker: 7.4.1
Version of react native: 0.71.11
Version of cocoapods: 1.12.0
The text was updated successfully, but these errors were encountered: