Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-code-push@8.2.1` for the project I'm working on. <!-- 🔺️🔺️🔺️ PLEASE REPLACE THIS BLOCK with a description of your problem, and any other relevant context 🔺️🔺️🔺️ --> Here is the diff that solved my problem: ```diff diff --git a/node_modules/react-native-code-push/android/app/src/main/AndroidManifest.xml b/node_modules/react-native-code-push/android/app/src/main/AndroidManifest.xml index 5bd1596..2920e8d 100644 --- a/node_modules/react-native-code-push/android/app/src/main/AndroidManifest.xml +++ b/node_modules/react-native-code-push/android/app/src/main/AndroidManifest.xml @@ -4,7 +4,6 @@ <uses-permission android:name="android.permission.INTERNET" /> <application> - <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" /> </application> </manifest> ``` <em>This issue body was [partially generated by patch-package](https://github.com/ds300/patch-package/issues/296).</em>
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-code-push@8.2.1for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.