How to customize Camera plugin prompt

I’m using the Camera plugin in the following way

const photo: CameraPhoto = await Plugins.Camera.getPhoto({
      quality: 100,
      allowEditing: false,
      resultType: CameraResultType.DataUrl,
      source: CameraSource.Prompt
    });

Setting the source to CameraSource.Prompt will show the options

Android
image

iOS
image

For iOS, it doesn’t look that bad, but I would like it would look nicer for Android. Can it be customized? I can’t find any reference about it.

1 Like

hi @norbyn, i am facing the same issue now, did you get a solution, if you’re up…please let me know