Android release build issue with version 4.2.0
See original GitHub issueIs this a bug report or a feature request?
Bug report
Have you read the guidelines regarding bug report?
Yes
Have you read the documentation in its entirety?
Yes
Have you made sure that your issue hasn’t already been reported/solved?
Yes
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
Android
Is the bug reproductible in a production environment (not a debug one)?
Yes
Have you been able to reproduce the bug in the provided example?
Yes
Environment
Environment:
React: 16.8.3
React native: 0.59.10
react-native-render-html: 4.2.0
Steps to Reproduce
(Write your steps here:)
- Generate signed apk or production build for android
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
It gives below error while creating signed apk
Unable to resolve module 'react-native-webview' from '/node_modules/react-native-render-html/src/HTMLRenderers.js': Module 'react-native-webview' does not exist in the Haste module map
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Known issues with Android Studio and Android Gradle Plugin
To fix this issue, upgrade your Android 11 emulator to version 9 or higher by navigating to Tools > SDK Manager. In the...
Read more >Release APK crashes on tns-android@4.2.0 #1146 - GitHub
I'm able to build apk, but the app crashes after splash screen. The same app works fine on tns-android@4.1.3.
Read more >AGP 4.2.0-beta-xx crashed on build android ... - Issue Tracker
AGP 4.2.0-beta-xx crashed on build android app under GradleTestKit ; Comments (8) ; Duplicates (1) ; Blocking (0) ; Resources (4) ...
Read more >Can't create new Kotlin project after updating to Android ...
Kotlin Issue #187403740: Android Studio 4.2.0 generates projects with the wrong Kotlin version: "1.5.0-release-764". Change Log.
Read more >Android Studio 4.2.2 available
General fixes · Issue #187353303: AGP 4.2.0 produces test APK that is missing a class, perhaps due to mixed java/kotlin source set ·...
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 FreeTop 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
Top GitHub Comments
Yes, you have to install
react-native-webview
. The PR you are sending is not fixing anything, some more refactor is needed.@bd-arc you can close this 😃