how to setting app.json

I read the “Configuration with app.json” document , But i English so bad, I can not understand everything was.
I want set link android application.xml :

<application>
  <meta-data
    android:name="com.amap.api.v2.apikey"
    android:value="my token" />
</application>

But expo create project not find "application.xml ",so…, I don’t know how to use that component. Please tell me,thank you

What language do you speak?

I don’t think expo uses xml files for anything. It seems like you are trying to configure something in AndroidManifest.xml, in which case you are going to have to eject from expo and unfortunately pair up with someone who speaks enough English to read the docs…

1 Like

I can speak chines and…,I need raise my english, thank you vic616283 ,you resolve my proplem!!!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.