-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update docs: Mark project as experimental / not production ready #1921
Comments
not to mention no releases since April |
@jeveloper - there have been no releases since April because react-native had a two month gap without a release, and react-native 0.56 is incompatible with react-native-windows due to a known issue with metro that won't be fixed for that release. There has not been any patch releases for 0.55 because no one has requested it as of yet, however, we are long overdue for converting the 0.55-rc to a "stable" release. @acuntex - we should document that WPF is not well supported. Please do submit specific issues for bugs related to build tools / commands. As far as missing react-native components, there are actually relatively few compared to the total number of "core" react-native components. If there are specific components from core that you need for your app, please file issues for that as well. |
@npmun mapview was removed a while back from the core, not sure if community version will be appropriate given that this is MS... |
WPF should be as important as UWP. UWP has a lot of restrictions, thats why developers cannot create their apps as UWP App. E.g. if you have an app that has extensions for all common browsers, the regular way to communicate with a chrome extension e.g. is off limits because of the missing ability to write to the registry. |
Please update the README.md and include a notice that the project is experimental / not production ready.
According to the README.md developers could have the impression that it can be used like react-native.
Unfortunately there are a lot of technical issues:
Furthermore there hasn't been a proper bugfix release since April even though there were changes.
Don't get me wrong, I appreciate the effort and thank all contributors, but if a stakeholder asks if the react-native app works on windows, and a developer looks at the documentation, his answer is probably "Yes", which it is not without very big effort.
The text was updated successfully, but these errors were encountered: