How to edit AndroidManifest.xml without detaching?
See original GitHub issueI need to set windowSoftInputMode
for android in order for something to work. See the linked comment below for more info (https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/190#issuecomment-342680446)
Is it possible to set this within an expo-generated app without detaching? My app was made with CRNA.
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:16
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How To Edit AndroidManifest.xml, config.xml and Info.plist i
One: Create the files on the local system. AndroidManifest.xml, Info.plist, and the Cordova config.xml files are all XML files. So, any not-so ...
Read more >Edit AndroidManifest in un-ejected Expo App? - Stack Overflow
It is possible to edit AndroidManifest.xml with apktool, followed by using apksigner to re- ...
Read more >Manage manifest files - Android Developers
Merge multiple manifest files ... Your APK or Android App Bundle file can contain just one AndroidManifest.xml file, but your Android Studio ...
Read more >[Q] Edit AndroidManifest.xml to Remove Ads - XDA Forums
Hi, if I remove this lines (RED) from AndroidManifest.xml: ... so we will not help you remove the things they need to keep...
Read more >Manual Modification of Android Manifest Overriden
After manual modification of the AndroidManifest.xml, subsequent attempts to remove of the initial modification, VS persists the initial modification ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
What about creating a config directory containing local overrides? eg. If AndroidManifest.xml file exists in /config/ then use that file instead of the default.
Hi @jesseruder, have you ever seen this lib https://github.com/zubricky/react-native-android-keyboard-adjust ? That can be your solution.