-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Make react-native-windows an optionalDependency and match react-nativ… #191
Make react-native-windows an optionalDependency and match react-nativ… #191
Conversation
5b07fa4
to
a06b227
Compare
a06b227
to
42a781b
Compare
thanks! |
"README has instructions for react-native <0.60, and there have been no related code changes that would require >=0.61" -> I added Windows support for the date picker a month ago. @vonovak I'll soon publish a PR implementing the TimePicker, bringing the Windows part to parity with Android/iOS. |
how do I not install |
@leethree there are no problem with |
The issue is we don't want to install |
@leethree As a side note, Microsoft and Facebook are investing in Windows support for RN to make it a first-class platform alongside iOS and Android. That will result in one of the 2 scenarios in the future: |
@rectified95 Ah make sense. It's probably a I see your point on Windows support but I doubt it will happen any time soon. But thanks a lot for the explanation! |
@leethree I'd say the effort is pretty advanced, with multiple 1st-party Microsoft apps built on RN already. As a fun fact, FB is now rewriting their desktop Messenger app using React Native for Windows, created by Microsoft. For your reference: https://microsoft.github.io/react-native-windows/docs/getting-started |
…e to docs
Summary
Want to fix these erroneous warnings:
README has instructions for
react-native
<0.60, and there have been no related code changes that would require >=0.61Also would like to fix: #173
Test Plan
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
Checklist
README.md
CHANGELOG.md
example/App.js
)