Android Development Client is not opening up the Google Map.

I created the development build using eas build --profile development --platform android for android.
There is a MapView component being used in my app using react-native-maps
However, I am unable to view the map rendered and it is a blank screen that comes up.
On an iOS device, it works perfectly.
Also, when I build the stand alone version of the android app, it works perfectly.
The issue is only in the development mode.