Skip to content
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

CodePushDemoApp update to latest RN #1054

Merged
merged 1 commit into from
Oct 23, 2017
Merged

Conversation

max-mironov
Copy link
Contributor

Added new CodePushDemoApp for RN 0.49 and upper. Rename old demo to CodePushDemoApp-pre0.49

"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "^0.47.1",
"react-native-code-push": "file:../../",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RNCP version should be fixed here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is done in accordance with previous implementation (seems make sense to test against local copy of RN)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@max-mironov okay i got it

},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "^0.47.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be we should use latest pre 0.49 RN version here (i mean 0.48.4)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't see any differences within these two versions in comparison of configuration/usage, so not sure if this change is required

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@max-mironov okay, nevermind

"react-native-windows": "^0.43.0-rc.0"
"react": "16.0.0-beta.5",
"react-native": "^0.49.3",
"react-native-code-push": "file:../../"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

react-native-windows is missing here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@max-mironov I think we should land this PR first #1051

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to add this later, in another PR, so we keep previous version of react-native-windows in old CodePushDemoApp-pre0.49 and we should test and upgrade to latest react-native-windows separately for newly created demo app.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@max-mironov okay reasonable

@ruslan-bikkinin ruslan-bikkinin dismissed their stale review October 23, 2017 12:39

no need to change anything

@max-mironov max-mironov merged commit c43b0b1 into microsoft:master Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants