How to get the absolute path of a file with Expo

I have a file in this folder ‘./assets/doc/document.pdf’ (assets is on the root folder of the project)

How can I get the absolute path of this file ?

I tried to use ‘FileSystem.documentDirectory’, but this gives me a path that doesn’t have the files… and I don’t know how to include my file on that path.

Someone can help ?