react-native-macos/ReactAndroid
Ramanpreet Nara 0343e697fd Fix NVC for RCTTextInlineImage
Summary:
This diff fixes the Static/Native ViewConfigs for RCTTextInlineImage.

Changelog: [Internal]

Reviewed By: p-sun, sshic

Differential Revision: D33674127

fbshipit-source-id: 8cf5ffeaca635b4afd30c437dc0f87ea1fdc15a8
2022-01-20 13:52:03 -08:00
..
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Fix NVC for RCTTextInlineImage 2022-01-20 13:52:03 -08:00
.npmignore Don't publish /ReactAndroid/build to npm, update version on master 2015-10-12 11:11:40 -07:00
Android-prebuilt.mk Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
DevExperience.md Fix Dead links to documents in the comments (#32619) 2021-11-22 03:31:10 -08:00
README.md docs: Fix dead links in README for rn-tester (#31901) 2021-07-27 11:01:47 -07:00
build.gradle Use side-by-side NDK for Android (#32848) 2022-01-11 10:00:54 -08:00
gradle.properties Bump SoLoader to 0.10.3 (#32922) 2022-01-20 06:21:06 -08:00
proguard-rules.pro Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00

README.md

Building React Native for Android

See the docs on the wiki.

Running tests

When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.