I need to be able to see which packages I have linked with react-native link <dependency-name>
to write some documentation for other devs on my team.
I didn't previously document every package I linked because I wanted to test packages before documenting that they were being used, so I didn't leave incorrect information in my documentation.
I have already run react-native link --help
which doesn't list any way to do this. Is the only way to find linked libraries to look at the .gradle
or podfile
?