-
-
Notifications
You must be signed in to change notification settings - Fork 422
Implicit declaration of function 'RCTLogWarn' is invalid in C99 #811
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
Comments
@carlmagumpara That's a super old version of react native, can you reproduce it in newer versions? 😅 |
react-native -v i got same error android okk working perfect |
i donwgraded to 7.4.2 |
to add "#import <React/RCTLog.h>" on the above of the file "RNDateTimePickerShadowView" resolved my issue |
Thanks @AEP20, that worked for me! |
Thanks, that worked for me! I am using Note: I add the import in the top file #import <React/RCTShadowView.h>
#import <React/RCTLog.h> // <--
#import "RNDateTimePicker.h" |
🎉 This issue has been resolved in version 7.6.2 🎉 If this package helps you, consider sponsoring us! 🚀 |
This worked for me. Thanks! |
Bug report
Summary
Reproducible sample code
Steps to reproduce
Describe what you expected to happen:
Environment info
npx react-native info
output:Time zone name (If the problem you have is related to unexpected time / date. See list in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
datetimepicker version: ^7.5.0
iOS / Android version: IOS 11
The text was updated successfully, but these errors were encountered: