react-native-macos/ReactAndroid
Ramanpreet Nara cf2238eb66 Add title to DevMenu
Summary:
Before the DevMenu would just open up as a DialogBox. After this change, the DialogBox will have a title. This should help distinguish between the Bridgeless DevMenu and the Bridge DevMenu.

Changelog: [Internal]

Reviewed By: JoshuaGross

Differential Revision: D29071185

fbshipit-source-id: 72533f10b73b36cd890fe152c6de901c867159f2
2021-06-15 12:15:39 -07:00
..
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Add title to DevMenu 2021-06-15 12:15:39 -07:00
.npmignore
Android-prebuilt.mk Implement and integrate Mapbuffer 2021-03-24 03:52:31 -07:00
DevExperience.md Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
README.md #31386 Fix Readme link to Testing (#31387) 2021-05-04 15:50:02 -07:00
build.gradle use maven-publish plugin (#31611) 2021-06-03 14:29:07 -07:00
gradle.properties bump fresco to 2.5.0 (#31699) 2021-06-11 03:15:20 -07:00
proguard-rules.pro Remove Okhttp3 Android Proguard Rules (#30514) 2020-12-17 09:41:17 -08:00

README.md

Building React Native for Android

See the docs on the website.

Running tests

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