flexn-io / renative

🚀🚀🚀 Unified Development Platform for iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms
https://renative.org
MIT License
1.81k stars 180 forks source link

when generating androidManifest file rnv doesn’t take into account settings from plugins/<platform>/androidTemplate section #1435

Closed ElenaDiachenko closed 7 months ago

ElenaDiachenko commented 7 months ago

Settings added for plugins to renative.json do not affect the creation of the androidManifest, for example:



  "react-native-photo-editor": {
            "android": {
                "templateAndroid": {
                    "AndroidManifest_xml": {
                        "tag": "manifest",
                        "android:name": "",
                        "children": [
                            {
                                "tag": "application",
                                "android:name": "",
                                "children": [
                                    {
                                        "tag": "activity",
                                        "android:name": "com.ahmedadeltito.photoeditor.PhotoEditorActivity"
                                    },
                                    { "tag": "activity", "android:name": "com.yalantis.ucrop.UCropActivity" }
                                ]
                            }
                        ]
                    }
                },
                "package": "ui.photoeditor.RNPhotoEditorPackage"
            },}
mihaiblaga89 commented 7 months ago

invalid issue