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

fix(Windows): Support for 0.63 #216

Merged
merged 1 commit into from
Sep 16, 2020
Merged

fix(Windows): Support for 0.63 #216

merged 1 commit into from
Sep 16, 2020

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Sep 12, 2020

Test Plan

  1. Bump react-native and react-native-windows to 0.63 (see patch below)
  2. Build Windows test app
diff --git a/example/package.json b/example/package.json
index 14029ce..4971467 100644
--- a/example/package.json
+++ b/example/package.json
@@ -20,10 +20,9 @@
   "devDependencies": {
     "@babel/core": "^7.0.0",
     "mkdirp": "^0.5.1",
-    "react": "16.11.0",
-    "react-native": "0.62.2",
-    "react-native-macos": "0.62.1",
+    "react": "16.13.1",
+    "react-native": "0.63.2",
     "react-native-test-app": "../",
-    "react-native-windows": "0.62.7"
+    "react-native-windows": "0.63.1"
   }
 }

@tido64 tido64 added the platform: Windows This affects Windows label Sep 12, 2020
@tido64 tido64 linked an issue Sep 12, 2020 that may be closed by this pull request
@tido64 tido64 force-pushed the tido/rnw-63 branch 5 times, most recently from 9753c5f to f131761 Compare September 15, 2020 14:17
@tido64 tido64 marked this pull request as ready for review September 15, 2020 14:18
@tido64 tido64 merged commit 86a3596 into master Sep 16, 2020
@tido64 tido64 deleted the tido/rnw-63 branch September 16, 2020 06:25
@tido64
Copy link
Member Author

tido64 commented Sep 16, 2020

🎉 This PR is included in version 0.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Windows This affects Windows released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows: Add support for react-native-windows 0.63
2 participants