react-native-macos/ReactAndroid
Ramanpreet Nara cbdbb47467 Refactor: Move ModuleProvider param to the end in TurboModuleBinding::install()
Summary:
For the TurboModule interop layer, we'll pass in a second ModuleProvider. We'll default that second parameter to null, when the interop layer is disabled. This change will make that easier.

Changelog: [General][Changed] - Re-organize the parameters of TurboModuleBinding::install()

Reviewed By: javache, cortinico

Differential Revision: D43993199

fbshipit-source-id: 2d339cab1f9bfe481f4b72401caa203cd7536da1
2023-03-14 21:16:22 -07:00
..
cmake-utils Expose UnstableReactLegacyComponentDescriptor inside rrc_legacyviewmanagerinterop 2023-03-02 05:10:45 -08:00
external-artifacts Publish both Hermes Debug and Release inside `react-native-artifacts` 2022-10-19 09:53:49 -07:00
hermes-engine Re-add repositories{} block to allow for build-from-source 2023-02-22 09:18:32 -08:00
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Refactor: Move ModuleProvider param to the end in TurboModuleBinding::install() 2023-03-14 21:16:22 -07:00
.npmignore Do not publish Android tests inside the NPM package 2022-05-23 12:28:33 -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 Expose UnstableReactLegacyComponentDescriptor inside rrc_legacyviewmanagerinterop 2023-03-02 05:10:45 -08:00
gradle.properties Do not use a mixture of plugins{} and buildscript{} 2023-02-10 10:04:55 -08:00
proguard-rules.pro Replace "facebook.proguard.annotations" with "facebook.yoga.annotations" (#35841) 2023-01-16 11:25:59 -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.