question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to edit AndroidManifest.xml without detaching?

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Reactions:16
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
erspark2002commented, Jul 16, 2018

Unfortunately there’s not a great way for us to make this configurable.

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.

1reaction
terrysahaidakcommented, Mar 8, 2018

Hi @jesseruder, have you ever seen this lib https://github.com/zubricky/react-native-android-keyboard-adjust ? That can be your solution.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found