isAvailableAsync() on android, return false

hi people.
do you know, why isAvailableAsync() return false on android. and documentation says for all platform. ???

labriry
import * as Sharing from 'expo-sharing'; 
let openShareDialogAsync = async () => {
    **if (!(await Sharing.isAvailableAsync())) {**
      alert(`Uh oh, sharing isn't available on your platform`);
      return;
    }

image

regards

Please share the code exactly as you have written it, additionally share what version of expo you have, what device you are using and what version of android or ios you have installed.

Share this information and we could help you.