-
Notifications
You must be signed in to change notification settings - Fork 295
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
Warning: DatePickerAndroid has been merged with DatePickerIOS and will be removed in a future release. #239
Comments
@maxencedouet we'll prevent these deprecated modules from being automatically imported in the next release |
thk you very much for you reactivity ! |
@RishabhKarnad I am planning on resolving issue #219 I would like to clarify that this pr is only responsible for removing deprecated dependencies and does not resolve the linked issue. Based on a quick perusal of the pr that seems to be the case, but I wanted to double check. |
Three warnings were appearing in my Vue Native project in the Dev environment. To suppress these the following code was added in the app.vue file:
|
Description of the bug
Warning about deprecated react native component using is printed on console when launching new repo following the installation tutorial. It is very annoying as it is on the same pipe than real errors.
To Reproduce
Steps to reproduce the behavior:
What I expected
These warning should be fixed. Should we update the metro config or directly the vue-native-core module ?
Screenshots
Did I use
vue-native-cli
to create the project?Yes
Am I using Expo?
Yes
Development platform (please complete the following information):
The device on which I run my Vue Native app
The text was updated successfully, but these errors were encountered: