ฉันใช้ React native กับ Android ฉันจะอัปเดตหมายเลขเวอร์ชันในแอปได้อย่างไร ขณะที่ฉันได้รับข้อผิดพลาดนี้
ฉันกำลังสร้างไฟล์ตาม url https://facebook.github.io/react-native/docs/signed-apk-android.html
ฉันได้ลองแก้ไขไฟล์ AndroidManifest.xml แล้ว แต่หลังจากสร้างแล้วไฟล์นั้นจะถูกแก้ไขโดยอัตโนมัติ
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.facebook.react"
android:versionCode="1"
android:versionName="1.0" >
ที่นี่ฉันแก้ไข XML:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.facebook.react"
android:versionCode="2"
android:versionName="1.1" >
หลังจากนั้นไฟล์สร้างจะเปลี่ยนกลับโดยอัตโนมัติ