Граф коммитов

51 Коммитов

Автор SHA1 Сообщение Дата
Delphine Bugner 5ea229661a
Doc(setup-android): add kotlin code for MainApplication.kt (#2663) 2024-02-19 11:10:16 +01:00
Nicolas Sturm ad6e88ce7b
Update setup-ios.md (#2361)
No visible @interface for 'RCTBundleURLProvider' declares the selector 'jsBundleURLForBundleRoot:fallbackResource:'

- jsBundleURLForBundleRoot:fallbackResource: no longer exists on RCTBundleURLProvider

source: https://stackoverflow.com/a/73048366/8215759

Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2024-01-18 17:18:33 +01:00
Rıdvan Altun 176121dffb
Update api-js.md (#2252)
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-09 22:00:21 +01:00
aalbaharnah 1f7c903bc6
Windows plugin configuration steps in C# (#2072)
Configuration steps for react native windows apps that uses C# as base native language

Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-09 10:09:38 +01:00
John Ferlito d26464b029
Support RN 0.71.0 (#2419)
* Fix contributing instructions

Should refer to react-native. react-native-cli was deprecated years ago.

* Support RN 0.71.0 (Closes #2418)

React native now uses react-native-gradle-plugin, which works a bit
differently.

* bump react-native test app version to 0.71.3

* bump ruby version to 2.7.6

* Fix tests to work on case sensitive file system

* Add initial Linux support to the tests

* Fix inclusion of codepush.gradle in tests

* Fix iOS template project for tests

* Put entry-file back

* Release 7.2.0

* add clean to build android function

---------

Co-authored-by: Mikhail Suendukov <v-msuendukov@microsoft.com>
Co-authored-by: Dmitriy Kirakosyan <v-dmkira@microsoft.com>
2023-03-23 19:56:33 +07:00
alexmoroz15 75785cbabc
React Native Windows >=0.63.11 Initial Implementation PR (#1994)
* Add React Native Windows 0.63.5+ support

* modify windows/.npmignore

* Update setup-windows.md

* Revert package.json changes

* Add newline at the end of added files

* Update demo app package.json to show minimum version

* Update setup-windows.md

* Update setup-windows.md

Co-authored-by: Aleksey <amoroz@uw.edu>
2020-12-16 11:22:57 -08:00
Ruslan Bikkinin c0cc20e95f
Update setup-android.md (#1968)
Update step 2 in setup-android.md.
2020-10-30 17:18:35 +03:00
Igor Krasavin 009187819d
Replace code-push CLI commands (#1926) 2020-08-14 10:38:36 +03:00
Igor Krasavin 34508a6c8f
Update documents for using Multi-Deployment Testing with Xcode 11 (#1901) 2020-07-15 15:58:20 +03:00
Frieder Bluemle 6ae9392d81
Fix capitalization of GitHub org (#1888) 2020-06-26 13:29:00 +03:00
Aaron 60c6302db0
Fix everytime spelling (#1876) 2020-06-16 13:52:07 +03:00
Andrey Dubov e4195cee24
Add compatibility with react-native v0.62 (#1829) 2020-03-31 14:24:09 +03:00
Andrey Dubov 14810b71d7
Fix cli links (#1756) 2020-01-08 17:14:37 +03:00
Alexander Goncharov f29c96f29a
Move PublicKey and ServerUrl properties to string resources (#1740) 2019-12-11 16:48:01 +03:00
Alexander Goncharov aae3de3c51
Update titles for Android docs (#1739)
* Update titles for Android docs

* Fix broken links
2019-12-09 15:29:16 +03:00
Alexander Goncharov 0dfad8d71d
Add react-native@0.60 and above support (#1735)
* Add react-native.config.js file

* Updated docs
2019-12-06 17:00:27 +03:00
Alexander Goncharov 9f2f1956bf
Update server url (#1658) 2019-08-19 17:28:17 +03:00
Alexander Goncharov c39fa0d31c
Replace App Store version with binary version in docs (#1614) 2019-06-18 23:17:52 +03:00
Yuri Kulikov 3c98696b0b
Update android multi deployment testing docs (#1562) 2019-04-22 10:29:33 +03:00
Alexander Goncharov dd41695117
Update docs. (#1555) 2019-04-02 17:54:22 +03:00
Alexander Goncharov 43b1a87b84
Change docs for react-native@0.59 (#1545) 2019-03-18 12:34:46 +03:00
Alexander Goncharov ec149b6d76
Replaced new jsCodeLocation in docs (#1522) 2019-02-12 11:49:39 +03:00
Alexander Goncharov 099ab06bdc
Updated docs for rollback retry mechanism (#1468) 2018-12-07 11:16:23 +03:00
Yuri Kulikov 693b769ba6 [Feature] Re-try mechanism for CodePush Rollbacks (#1467) 2018-12-06 13:48:26 +03:00
Krunal Shah 3069ba3e3c [Android]add serverUrl documentation (#1338) 2018-07-10 18:25:57 +03:00
Nickolay Toropov 19b1a5ede7
Updated docs for clearUpdates method and added logging. (#1329) 2018-06-29 17:36:48 +03:00
Marc 8b5b8eab0a Expose clearUpdates method to RN for purging downloaded packages (#1269)
This is useful when changing to a deployment with an older version than
the currently installed package.
2018-06-29 11:30:18 +03:00
Anna Kocheshkova 201735ebad Get update folder method (#1323)
* Exposed current update path.

* Check for null

* API reference update
2018-06-25 16:16:47 +03:00
Mac Bellingrath da56a35959 [FIX] correct typo in README (#1303) 2018-06-04 10:33:26 +03:00
Nickolay Toropov 899f05f732
Updated 'Plugin installation(iOS - CocoaPods)' section in documentation. (#1301) 2018-05-31 13:29:02 +03:00
Lorenzo Sciandra 163e2b5b8d Update api-js.md (#1274)
Apparently, by looking at [source code](6b4354ad8e/CodePush.js (L553)), the codes numbers have changed. This update simply matches the new numeration
2018-05-10 20:06:44 +03:00
andresesfm 6733ac2421 Add documentation to RNN V2 (#1239)
Add steps to integrate CodePush with React Native Navigation V2.
2018-04-05 16:22:36 +03:00
Rob Phillips 58be2bca3f [CocoaPods] Resolve dependencies at parent level (#1210)
* [CocoaPods] Let it resolve dependencies

This is necessary versus using subspecs since CocoaPods needs to be able to resolve the dependencies properly at the parent workspace level based on needed versions. Otherwise, you end up with very opaque linking errors.
2018-04-02 19:11:20 +03:00
Max d6cf63e98d
Improve README of integration of CodePush (#1151)
* Update version numbers for new release

* improve readme

* reverted version
2018-01-22 10:49:18 +03:00
Jodi Warren 9f4eef363d Add tip for CocoaPod users with new release config (#1130) 2018-01-08 09:30:10 +03:00
Ruslan Bikkinin 9123f9bed1
[Docs] Update "setup android" docs with TOC and RNN apps setup instructions (#1122)
* Update "setup android" docs with TOC and RNN apps setup instructions
2017-12-29 10:46:42 +03:00
Ruslan Bikkinin aa14c1e9dc
[Docs] Add demos links for mutideployment testing (#1121) 2017-12-27 17:44:59 +03:00
Ruslan Bikkinin 0657975ba1 [Docs] Update docs with setDeploymentKey method (#1117) 2017-12-25 16:23:07 +03:00
Ruslan Bikkinin 0d6f0b4876
[docs] Add information about how to configure CodePush for applications using ReactInstanceManager.builder() to initialize RN (#1098) 2017-12-06 10:32:23 +03:00
Eric Rozell cf36d1cf25 Enable CodePush for react-native-windows v0.50+ (#1051)
In react-native-windows v0.50+, we added ReactNativeHost, which has better support for running React Native in the background as well as embedding React Native in other controls besides XAML Pages.
2017-11-16 20:22:01 +03:00
max-mironov 3bce5a1100 Updated docs for RN49 tweaks 2017-11-16 03:10:11 -08:00
Mark Aron Szulyovszky 59a19b37c5 fix(Documentation): correct url for RN 0.49 and up (#1052) 2017-10-23 16:20:51 +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
Ruslan Bikkinin 638025a673 Remove todo from docs (#997)
* Remove todo from docs

* Fix inconsistent lines in docs
2017-09-13 17:37:08 +03:00
Ruslan Bikkinin dbb7f79a2b Update docs in terms of Code Signing feature (#988)
* Update setup-ios docs

* Update android docs

* Add minor fixes

* Add additional fixes

* Remove redundant lines

* Cleaning up verbiage

* Cleaned up verbiage.
2017-09-13 11:28:00 +03:00
Ruslan Bikkinin 448d05b23c docs update - added InstallMode.ON_NEXT_SUSPEND option description (#928) 2017-07-18 17:01:49 +03:00
Ruslan Bikkinin 85e094f7e1 Handle TargetBinaryVersionMismatch #2 (#920)
* Handle TargetBinaryVersionMismatch

* fix readme, add binary version mismatch example to docs

* fix docs, typings
2017-07-17 17:19:52 +03:00
Max ef5ab894b1 Fixed incorrect link reference (#900) 2017-06-22 11:45:10 +03:00
Almir Filho 41c0c88665 Add information about CodePush domains in iOS Setup docs (#830)
* Add information about CodePush domains in iOS Setup docs

* Fix typo
2017-06-01 14:15:04 +03:00
BO KANG a391a192b9 format the document to fit for auto-syn purpose. 2017-02-17 15:04:01 -08:00