react-native-datetimepicker / datetimepicker

React Native date & time picker component for iOS, Android and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[iOS] Not compatible with latest React Native 0.73 RC 4

ravindraguptacapgemini opened this issue · comments

Bug report

@ravindraguptacapgemini any reason pr hasn't been raised with the patch? seems to work on 0.73

This does not still work on the latest version of this library 7.6.2. My react native version is 0.76.1. I get this error when i tried to build for the ios device using "yarn run ios"
The following build commands failed:
CompileC /Users/obhenimen/Library/Developer/Xcode/DerivedData/poscholarsgstapp-dmzpseuzzmhmeocifevlpgaevsaj/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNDateTimePicker.build/Objects-normal/arm64/RNDateTimePickerComponentView.o /Users/obhenimen/Documents/poscholarsgstapp/node_modules/@react-native-community/datetimepicker/ios/fabric/RNDateTimePickerComponentView.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RNDateTimePicker' from project 'Pods')
(1 failure)

@Obhenimen same. Did you find a fix for this?

Had the same issue and got it working again by upgrading to v7.6.3:
npm i @react-native-community/datetimepicker@7.6.3

Issue still persists. I am already using this version "@react-native-community/datetimepicker": "^7.6.3",

Hello this should be fixed in v8 https://github.com/react-native-datetimepicker/datetimepicker/releases/tag/v8.0.0

Please open a new issue if the problem persists

Thank you!