I created New Token with Download:read permission at https://console.mapbox.com/account/access-tokens.
Add new genereted secret key to app.json 0r app.config.js -> "plugins": [ [ "@rnmapbox/maps", { "MAPBOX_TOKEN" } ] ]
add MAPBOX_DOWNLOADS_TOKEN to gradle.properties -> MAPBOX_DOWNLOADS_TOKEN= MAPBOX_TOKEN
add mapbox authentication to build.gradle->Allprojects -> repositories: