require file from parent directory using expo file system

I am using visual studio code and I am trying to require in my app.js file a ‘.bpe’ file that is located in the same main file directory… how can I do this? I already tried with RNFS and expo file system but could it be that I am using the wrong paths or files cannot be accessed this way? …