Commit Graph

390 Commits

Author SHA1 Message Date
Artem Egorov
ab9d27d72b Update README.md 2018-03-28 15:22:24 +03:00
Artem Egorov
e66a1d1220 Prepare release 5.3.0 (#1228) 2018-03-13 16:36:18 +03:00
Artem Egorov
cf9399751f Update README.md
Update compatibility table
2018-03-02 17:58:48 +03:00
Max
79247a5c31 Update compat table and SDK version (#1137)
* Update version numbers for new release

* update compat table

* updated package json
2018-01-10 15:28:47 +03:00
Ruslan Bikkinin
aa14c1e9dc [Docs] Add demos links for mutideployment testing (#1121) 2017-12-27 17:44:59 +03:00
Ruslan Bikkinin
553e2eaef0 Update compatibility table in terms of RN 0.51 2017-12-06 16:29:27 +03:00
Basil Zhang
eceb26158f Fix code error (#1089) 2017-11-26 20:53:11 +03:00
Zakeel M
3ebbcb8f5d Added App Center Banner 2017-11-17 13:17:33 -08:00
max-mironov
418882729e Updated compatibility table for latest react 2017-11-10 12:03:19 +03:00
max-mironov
8c5bf4ba72 Added FAQ about testing in debug mode 2017-10-25 10:51:48 +03:00
Sergey Akhalkov
6872c127a1 reduce readme.md size (#1038)
reduce readme.md size

* move android and ios parts of the multi-deployment testing chapter into the separate files

* improve navigation tree
2017-10-09 12:08:57 +03:00
max-mironov
7735db29c1 Updated compatibility table with latest RN 2017-10-05 10:38:35 +03:00
max-mironov
71d0aa574e Update compatibility table 2017-09-14 11:01:28 +03:00
max-mironov
129e019350 verify rn code-push sdk with RN 0.48
update compatibility table
2017-09-04 01:00:42 -07:00
Zakeel M
a90416d917 Added create-react-native-app information to README (#979) 2017-08-29 09:47:01 +03:00
Sergey Akhalkov
2333ef86f9 verify code-push sdk with RN 0.47.x (#944)
update compatibility table
2017-08-02 15:19:19 +03:00
Lorenzo Sciandra
44e5c840e6 Clarify store rulings (#936)
* Clarify store rulings

Related to issue #927, my take on expanding the section that mentions Apple's ruling over OTA updates & update promts.

* Update README.md

Cleaned up verbiage and section header.
2017-07-24 09:51:45 -07:00
Sergey Akhalkov
936681e7b5 [docs] update supported React Native platforms table (#917) 2017-07-12 14:57:30 +03:00
Sergey Akhalkov
3e34f1af44 update compatibiltity table (#908) 2017-06-28 15:34:47 +03:00
Gant Laborde
4a931063be [docs] remove @latest from npm install (#889) 2017-06-20 16:47:04 +03:00
Ahmed Hassan
f44086bc33 fix RCTLogexample in readme (#884) 2017-06-16 13:45:53 +03:00
remo-sk
e761ad1e83 Update README.md (#794)
If you want to run multiple builds on same device, you also have to change Product Bundle Identifier for builds. Otherwise builds are overwritten on device.
2017-05-25 11:28:31 +03:00
Sergey Akhalkov
ec35fa9359 Verify code-push service with RN 0.44 (#820)
Code push service runs well with RN 0.44
2017-05-03 15:07:10 -07:00
Richard Hua
e00f5da56b Update README.md compatibility table to reflect breaking change 2017-04-05 14:36:34 -07:00
Sergey Akhalkov
77a18fe13b update "Supported React Native platforms" table (#781) 2017-04-05 10:48:43 +03:00
Ankur Dahiya
ff92f4a7da README.md: Fix broken links to api-js (#752) 2017-03-14 11:51:32 -07:00
Tim Scott
4aee947294 Update README.md (#751)
* Update README.md

When I fail to supply a CODEPUSH_KEY variable for debug, the build fails. This pull fixes the example code. I also added a comment letting developers know to expect errors from CodePush in debug mode. (This behavior is surprising, but I believe is by design.)

* Tweak comment
2017-03-10 18:32:09 -08:00
Sergey Akhalkov
124d05721a Verify code-push service with RN 0.42 #742
Code push service runs well with RN 0.42
2017-03-09 00:41:52 +03:00
max-mironov
2bd2b93f81 Improved guide for creating different app keys more clear (#737)
* Modified Issue_Template to be more descriptive

* Some minor changes to Description field

* Improved messages to make intention of creating different apps for different platforms more clear

Due to multiple requests in discord chanel, https://github.com/Microsoft/react-native-code-push/issues/723, https://github.com/Microsoft/react-native-code-push/issues/717

* Minor additional tweak for readme
2017-03-07 10:18:07 +03:00
BO KANG
beb514d66c Update the readme
For the internal website layout PR, change some headers from ## to ###.
2017-02-21 10:36:11 -08:00
BO KANG
ffe95cb33c add API reference anchor so that website page can get the tab to show it. 2017-02-09 16:08:16 -08:00
BO KANG
59cc18b0a7 add the hidden tag in the read me file to support the documentation auto-sync function in the web site repo 2017-02-09 15:34:02 -08:00
Jeremi Stadler
bdf10eeba2 Split README.md into seperate setup and api docs (#681) 2017-02-09 14:48:25 -08:00
Sergey Akhalkov
04f618b1bf readme: improved “Multi-Deployment Testing” chapter for iOS (#690)
After RN 0.40 it is not possible to use other configurations than Debug and Release (https://github.com/facebook/react-native/issues/11813)
As workaround we could make Staging’s Build Products Path value the same as for Release configuration.

Fix https://github.com/Microsoft/react-native-code-push/issues/688
2017-02-09 13:59:40 +03:00
Sergey Akhalkov
3da57cdd7d readme: improved “Releasing Updates” and “Multi-Deployment Testing” chapters (#694)
CodePush updates should be tested in modes other than Debug due to in Debug mode React Native app always downloads JS bundle generated by packager, so JS bundle downloaded by CodePush does not apply.

Relates https://github.com/Microsoft/react-native-code-push/issues/614 and https://github.com/Microsoft/react-native-code-push/issues/682
2017-02-07 09:55:14 -08:00
BO KANG
24f4d9e925 verify code-push working with RN 0.41 (#686) 2017-02-03 09:58:06 -08:00
BO KANG
6e8eb79a22 Bump package.json and update README.md (#680) 2017-01-24 12:13:21 -08:00
Richard Hua
0a14e3590d Tidy README.md formatting 2017-01-23 18:10:06 -08:00
Vojtech Novak
c17fa24137 Update README.md for possible issue with ios configuration (#648) 2017-01-23 18:06:06 -08:00
Teodors Zeltiņš
24b9d07a87 Update README.md (#677)
Changed the end of line column to a comma and added a bit more context
2017-01-23 17:18:55 -08:00
BO KANG
118dc75284 Update read me
react native version support typo update
2017-01-20 16:01:07 -08:00
Vladimir Kotikov
ec5dba7386 Upgrade example app to react-native 0.40.0 (#638)
* Update sample to react-native@0.40

* Update compatibility with latest react-native

* Fixed Merge Issues with CodePushDemoApp.xcscheme
2017-01-20 09:54:44 -08:00
Sergey Akhalkov
90f0bb81d1 Resolve CodePush.h for new iOS apps created with RN 0.40 (#665)
Instead of `#import "CodePush.h"`, use `#import "<CodePush/CodePush.h>` and export CodePush.h from our module.


* [iOS][Build] Add `Headers` and `Copy Files` build phases

Due to changes in new release of `react-native@0.40.0`
there is `CodePush.h file not found` error occures.
To fix it I've added `CodePush.h` header file in `Headers`
and `Copy Files` build phases and changed
`codePushHeaderImportStatement` variable value from `#import "CodePush.h"`
to `#import <CodePush/CodePush.h>` in `postlink.js` file.
Fix https://github.com/Microsoft/react-native-code-push/issues/662

* readme: update iOS manual plugin installation/usage documentation

Due to changes in React Native v0.40.0 and changes in CodePush project Step 6. of iOS manual plugin installation (add “Header Search Paths”) is not needed anymore. Also changed path to `CodePush.h` file in `AppDelegate.m` to `#import <CodePush/CodePush.h>`
2017-01-19 16:50:20 -08:00
Richard Hua
6da5918b98 Upgrade example app to React Native 0.39 (#630)
* Upgrade example app to react-native@0.39.0

* Fix formatting

* Update README.md to reflect new compatibility
2016-12-02 18:04:10 -08:00
BO KANG
76b4f4d558 Upgrade to rn 0.38 (#624)
* upgrade to RN 0.38
2016-11-28 13:58:13 -08:00
Sota Yamashtia
2431cb8c19 Remove MoveIt! from example section (#622)
Remove Movelt! bacause it is 404 and not maintained anymore according to https://github.com/multunus/moveit-mobile.
2016-11-28 12:56:07 -08:00
Hafiz Ismail
4d6e120e58 Update README for iOS Manual plugin installation (#620)
* Update README for iOS Manual plugin installation

Wrong/incomplete path to Codepush iOS library set in the `Header Search Paths` causes Xcode to fail without specifying any errors.

The path to the library should be changed from 

```
$(SRCROOT)/../node_modules/react-native-code-push

to

$(SRCROOT)/../node_modules/react-native-code-push/ios
```

Small detail but might cause a developer significant amount of time trying to pin down the cause of the build failure, especially when Xcode does not return any useful error.

The Xcode log when the header search path is wrong:

```
# Exit Status 65
Verify final result code for completed build operation

Build operation failed without specifying any errors. Individual build tasks may have failed for unknown reasons.
One possible cause is if there are too many (possibly zombie) processes; in this case, rebooting may fix the problem.
Some individual build task failures (up to 12) may be listed below.

```

Cheers!

* Update related screenshot for `Header Search Path`

Update related screenshot for `Header Search Path` configuration for manual iOS plugin installation
2016-11-28 12:51:53 -08:00
Richard Hua
efd8d8e01e Update README.md 2016-11-22 17:48:52 -08:00
BO KANG
f40495bec7 Update README.md file (#615)
Ensure that users on React Native 0.29-0.32 don't run into a known linking bug
2016-11-21 13:28:35 -08:00
Tristan Tran
e079bb9ece Correct console message in status change example (#609) 2016-11-16 12:07:53 -08:00