Skip to content
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fdd1867
Publish fix
acoates-ms Apr 9, 2020
a53564d
Creating new Microsoft.ReactNative.sln (#4535)
jonthysell Apr 9, 2020
8bc5d3a
applying package updates ***NO_CI***
rnbot Apr 9, 2020
ddbfb04
Move playground app to use Microsoft.ReactNative (#4534)
acoates-ms Apr 9, 2020
59094fd
Bump beachball from 1.28.0 to 1.28.1 (#4539)
dependabot-preview[bot] Apr 9, 2020
f5db344
applying package updates ***NO_CI***
rnbot Apr 9, 2020
3ef811b
applying package updates ***NO_CI***
rnbot Apr 9, 2020
5201232
Enabling managed unit tests in CI loop (#4532)
jonthysell Apr 9, 2020
4aa64fa
applying package updates ***NO_CI***
rnbot Apr 9, 2020
ae4e4c9
Remove 'Delete Android SDK' from E2ETest (#4554)
jonthysell Apr 9, 2020
2f4fffa
Enable WebSocketModule unit tests (#4538)
JunielKatarn Apr 10, 2020
aa853d9
applying package updates ***NO_CI***
rnbot Apr 10, 2020
e10d541
Improve inner loop and error reporting (local CLI) (#4536)
asklar Apr 10, 2020
5bd5efb
applying package updates ***NO_CI***
rnbot Apr 10, 2020
f2a0d00
Don't set readyState on connection error (#4562)
JunielKatarn Apr 10, 2020
da695df
applying package updates ***NO_CI***
rnbot Apr 10, 2020
8fdada9
Bump @babel/core from 7.8.4 to 7.9.0 (#4565)
dependabot-preview[bot] Apr 10, 2020
e3449a3
Simplified C++ macros and improved their comments (#4568)
vmoroz Apr 10, 2020
380c1ad
applying package updates ***NO_CI***
rnbot Apr 10, 2020
cbe66c4
Merge branch 'master' of https://github.com/asklar/react-native-windows
asklar Apr 11, 2020
315810a
Merge branch 'master' of https://github.com/microsoft/react-native-wi…
asklar Apr 14, 2020
901ffc9
Merge branch 'master' of https://github.com/microsoft/react-native-wi…
asklar Apr 17, 2020
895c986
Merge branch 'master' of https://github.com/microsoft/react-native-wi…
asklar Apr 17, 2020
7d894a7
Merge branch 'master' of https://github.com/microsoft/react-native-wi…
asklar Apr 19, 2020
8f0a2b1
Merge branch 'master' of https://github.com/microsoft/react-native-wi…
asklar Apr 21, 2020
7e4fe90
Merge branch 'master' of https://github.com/microsoft/react-native-wi…
asklar Apr 21, 2020
46a9ce6
Merge branch 'master' of https://github.com/microsoft/react-native-wi…
asklar Apr 22, 2020
2169797
Merge branch 'master' of https://github.com/microsoft/react-native-wi…
asklar Apr 22, 2020
929a504
Merge branch 'master' of https://github.com/microsoft/react-native-wi…
asklar Apr 23, 2020
f0a0719
add devmode in template
asklar Apr 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ assignees: ''
If you are using latest version:
1. `react-native -v`:
2. `react-native run-windows --info`:
3. `reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock"`

Otherwise if `--info` doesn't exist:
1. `react-native -v`:
Expand Down