* 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>
* 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>
* Increased team waiting time to 60min
* Moved setup to the separate task
* Test changes
* Refactored code; added logs
* Changed time from 60 to 30
* Removed test changes
Issue: Now disallowRestart feature works for InstallMode.IMMEDIATE only. #788
Solution: Move _allowed flag to the native side and use it for ON_NEXT_RESUME, ON_NEXT_SUSPEND, and IMMEDIATE installation mode.