-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
React Native Windows >=0.63.11 Initial Implementation PR #1994
Conversation
Examples/CodePushDemoAppCpp/app.json
Outdated
{ | ||
"name": "CodePushDemoAppCpp", | ||
"displayName": "CodePushDemoAppCpp" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please fix No newline at the end of file
warning in all files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added newlines at the end of each file. Hopefully the warnings are fixed now.
# Conflicts: # docs/setup-windows.md
@andreidubov, @alexandergoncharov, the CI fails with the iOS test. I believe this change must not affect any iOS or Android behavior and the failures do no seem to be related. Is it OK to merge the PR and ignore these failures? |
) * Add React Native Windows 0.63.5+ support * modify windows/.npmignore * Update setup-windows.md * Revert package.json changes * Add newline at the end of added files * Update demo app package.json to show minimum version * Update setup-windows.md * Update setup-windows.md Co-authored-by: Aleksey <[email protected]>
Adds react-native-windows >= 0.63.11 functionality to react-native-code-push.
Updated windows setup instructions and provided a demo app under
Examples/
calledCodePushDemoAppCpp
.Windows implementation has not been configured to work with the testing suite.
I have not checked to see whether these changes break the ios and android implementations.
The following features are missing and still need to be implemented: