* Bump the version of zipArchive to 2.5.5
* add SSZipArchive code from 2.5.5 tag
* Fix Xcode project
* Bump iOS and tvOS min versions to 15.5
---------
Co-authored-by: Dmitriy Kirakosyan <v-dmkira@microsoft.com>
* Fix NPE when invoking `copyNecessaryFilesFromCurrentPackage()` method on Android.
* Add logging and check if the path exists
* fixup
---------
Co-authored-by: Anatoly Pristensky <v-anatpr@microsoft.com>
* Update codepush.gradle
config was receiving an ArrayList as a false case, but ArrayLists don't support get() method, so it should receive a Map instance.
* Fix get on null object
Add more verifications for config variable
---------
Co-authored-by: Anatoly Pristensky <v-anatpr@microsoft.com>
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
Co-authored-by: Dima <v-dmkira@microsoft.com>
* Fix vulnerabilities
These changes include updating `code-push` dependency and running `npm audit fix`
The main goal is fixing ip vulnerability: https://github.com/advisories/GHSA-78xj-cgh5-2h22
* Run `npm audit fix` in demo apps
* fix: Clear updates on initializeUpdateAfterRestart in case codepush.json is corrupted
* fix: Log the complete error instead of only message
---------
Co-authored-by: MAKARD01 <dmytro.makarenko@kingfisher.com>
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>
## Description
While going through the docs wanted to look into the article and the link was broken so went ahead and found where it is right now and added it.
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
* Replace DevInternalSettings with DeveloperSettings
DevInternalSettings was enclosed in ReactNative 0.73.0-rc.2, so we need to replace it with public class DeveloperSettings.
https://github.com/facebook/react-native/pull/37256
* auto install cocoapods in tests
---------
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
Co-authored-by: JiglioNero <mikhail.suendukov@akvelon.com>
"Based on the current timeline, builds that use JCenter will be able to resolve dependencies until February 1, 2022 without changes. After that date, there are no guarantees that you will be able to build your software if you continue to use JCenter." --https://blog.gradle.org/jcenter-shutdownhttps://github.com/microsoft/react-native-code-push/issues/2213
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
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>