Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Upstream changes #6

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6ae9392
Fix capitalization of GitHub org (#1888)
friederbluemle Jun 26, 2020
69fe187
Update docs for using video component (#1900)
Jul 10, 2020
0d3d2d7
Move disallowRestart to native side (#1894)
andreidubov Jul 15, 2020
34508a6
Update documents for using Multi-Deployment Testing with Xcode 11 (#1…
Jul 15, 2020
af75ca2
Update dependency (#1922)
andreidubov Aug 7, 2020
0091878
Replace code-push CLI commands (#1926)
Aug 14, 2020
52bf70d
Fix typo (#1927)
Aug 14, 2020
de3f7ff
Add update notification (#1930)
andreidubov Aug 19, 2020
ba93fac
Update Google store guidelines (#1946)
alexandergoncharov-zz Sep 28, 2020
3541be2
Added installing cocoapods to script for creating apps (#1955)
alexChernyatiev Oct 12, 2020
b46b3e0
Fix creating app with script (#1956)
alexChernyatiev Oct 12, 2020
f45d04b
Update dependencies (#1940)
andreidubov Oct 13, 2020
14ce332
Fix Xcode 12 compatibility. (#1954)
jinshin1013 Oct 19, 2020
8d645af
Replace equal with strictEqual (#1962)
andreidubov Oct 22, 2020
cfaba00
Fixed problem with android versions <= 4.4 (#1957)
alexChernyatiev Oct 28, 2020
c0cc20e
Update setup-android.md (#1968)
ruslan-bikkinin Oct 30, 2020
0a3db5a
Block sending requests if the deployment key is missed (#1967)
andreidubov Nov 5, 2020
8614337
Added log in catch after creating app on appcenter (#1971)
alexChernyatiev Nov 6, 2020
b15a019
iOS: reset the timer in applicationDidBecomeActive method in case of …
Dec 7, 2020
75785cb
React Native Windows >=0.63.11 Initial Implementation PR (#1994)
alexmoroz15 Dec 16, 2020
9947037
No longer throw when attempting to hash (#2007)
alexmoroz15 Jan 4, 2021
cbc27ad
Update version of code-push dependency to fix superagent-proxy vulner…
dentuzhik Apr 12, 2021
102284d
Update dependecies (#2067)
alexandergoncharov-zz Apr 13, 2021
7f8ac64
docs: fix simple typo, seting -> setting (#2003)
timgates42 Apr 13, 2021
6e0e926
Remove example app for react-native-pre0.49 (#2075)
alexandergoncharov-zz Apr 15, 2021
d35a026
Update dependecies for example apps (#2074)
alexandergoncharov-zz Apr 15, 2021
de94844
[Sagar] merge upstream
vidsag Aug 11, 2021
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
Prev Previous commit
Next Next commit
Fix typo (microsoft#1927)
  • Loading branch information
Igor Krasavin authored Aug 14, 2020
commit 52bf70de9c8ee9e10079eee189d67ecd42cd9894
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -264,7 +264,7 @@ Once your app is configured and distributed to your users, and you have made som

*NOTE: Before you can start releasing updates, please log into App Center by running the `appcenter login` command.*

In its most basic form, this command only requires one parameter: your owner name + "/" + app name.
In it's the most basic form, this command only requires one parameter: your owner name + "/" + app name.

```shell
appcenter codepush release-react -a <ownerName>/<appName>
@@ -284,7 +284,7 @@ appcenter codepush release-react -a <ownerName>/MyApp-iOS -m --description "Mod
appcenter codepush release-react -a <ownerName>/MyApp-iOS --entry-file MyApp.js --sourcemap-output ../maps/MyApp.map

# Release a dev Android build to just 1/4 of your end users
appcenter codepush release-react -a <ownerName>/MyApp-Android --rollout 25% --development true
appcenter codepush release-react -a <ownerName>/MyApp-Android --rollout 25 --development true

# Release an update that targets users running any 1.1.* binary, as opposed to
# limiting the update to exact version name in the build.gradle file