Hi,
I have a custom extension that uses a few packages (eg. react-native-auth0) and I need to link them to react-native. At the moment, the packages are installed in developer.extensionName/app, and when I run react-native link in the extension app folder, it complains, see the below error message
Command link unrecognized. Make sure that you have run npm install and that you are inside a react-native project.
Followed this https://shoutem.github.io/docs/extensions/tutorials/installing-3rd-party-packages and native packages are not linked.
Is there a way to make the extension's packages known to the react-native project root?
Thanks.