react-native-macos/ReactAndroid
Nicola Corti 3dc7b37cf7 Sort parameters in DefaultNewArchitectureEntryPoint (#35115)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/35115

When looking at the new entry point I've realized we have the dynamicLibraryName as first parameter.
As this API is not released yet, let's move it as last.

So users on Java can easily call DefaultNewArchitectureEntryPoint.load(true, true, true)
while now they will have to call DefaultNewArchitectureEntryPoint.load("...", true, true, true)

Users in Kotlin won't be affected by this.

Changelog:
[Internal] [Changed] - Sort parameters in DefaultNewArchitectureEntryPoint

Reviewed By: cipolleschi

Differential Revision: D40793370

fbshipit-source-id: 9dc1569d76a1479a738f8e0f41a4183d7c04538f
2022-10-28 04:22:22 -07:00
..
cmake-utils Expose rrc_image to consuming builds 2022-10-06 16:41:46 -07:00
external-artifacts Publish both Hermes Debug and Release inside `react-native-artifacts` 2022-10-19 09:53:49 -07:00
hermes-engine Bump NDK to 23 and fbjni to 0.3.0 (#35066) 2022-10-25 02:31:10 -07:00
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Sort parameters in DefaultNewArchitectureEntryPoint (#35115) 2022-10-28 04:22:22 -07:00
.npmignore Do not publish Android tests inside the NPM package 2022-05-23 12:28:33 -07:00
Android-prebuilt.mk Reduce the amount of C++ code in user space for RN-Tester 2022-09-12 12:48:43 -07:00
DevExperience.md Fix Dead links to documents in the comments (#32619) 2021-11-22 03:31:10 -08:00
README.md Update CONTRIBUTING.md, replace wiki links (#34035) 2022-06-21 19:30:23 -07:00
build.gradle Remove useJavaGenerator key from ReactAndroid/build.gradle file (#35021) 2022-10-19 06:21:48 -07:00
gradle.properties Bump NDK to 23 and fbjni to 0.3.0 (#35066) 2022-10-25 02:31:10 -07:00
proguard-rules.pro Cleanup OSS proguard rules and add @DoNotStripAny 2022-02-02 12:54:34 -08:00
publish.gradle Update the template to use RNGP (#35075) 2022-10-25 13:13:14 -07:00

README.md

Building React Native for Android

See the Building from Source guide on the React Native website.

Running tests

When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.