-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(android):RN-0.73 and AGP 8.0 Compatibility (#2018)
* RN-0.73 and AGP 8.0 Compatibility * RN-0.73 and AGP 8.0 Compatibility: Update AndroidManifest.xml
- Loading branch information
1 parent
4d9cb70
commit 47fcfea
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47fcfea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dishantwalia it seems like removing the package name from the manifest is creating issue while trying to "pod install" .
47fcfea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found error Package Name not found in AndroidManifest.xml on Android and everything is fine on iOS
47fcfea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my podfile the following line is available,
use_native_modules!
Probably that's why when I try to run pod install, the error gets displayed regarding package name.
47fcfea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing package names from AndroidManifest.xml causes an error when running
npx react-native config
, resulting inpod install
failing on version 0.41.3 of iOS.