As you probably already know Expo is react native developer toolkit, it comes with a bunch of modules.
One of the modules(expo-av) lacks a functionality that I'm interested. Therefore I'd like to some code into it, but I'm not yet comfortable contributing it because it's generic enough.
The module is called "expo-av", and is somehow embeded into the expo project, here is a link.
My goal is to modify this module so I need to fork it, but questions come:
- How does "expo-av" gets published, because in my package.json, I can directly take a dependency on "expo-av". I think I can just replaced it with my new git location, right?
- What's the best practice to fork expo-av? I know about git track remote etc, but this is a folder within a git repo, it seems like a maintenance headache