Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a Debug manifest inside React Native Android (#37771)
Summary: Pull Request resolved: facebook/react-native#37771 While working on debugging tools, I noticed that we ask in every template app to - Add a "com.facebook.react.devsupport.DevSettingsActivity" activity - Add the <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> This is error prone and can be cleanup as we now distribute React Native that is variant aware (debug/release). So I'm creating a manifest inside `src/debug` that contains those directive so we don't need to ask users to add them (I'm removing them from the template). Changelog: [Internal] [Changed] - Create a Debug manifest inside React Native Android Reviewed By: cipolleschi Differential Revision: D46556884 fbshipit-source-id: 10034a6b245bf419dfa663bc998c4d1ad5d24a90 Original: facebook/react-native@f3c8636
- Loading branch information