How do I configure AndroidManifest.xml information in an expo project?

for example, to use Amap
to edit the AndroidManifest.xml of an Android project (usually in androidappsrcmainAndroidManifest.xml), add the following code:

<application>
  <meta-data
    android:name="com.amap.api.v2.apikey"
    android:value=" Key" />
</application>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a006-2c1e8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a006-2c1e8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?