You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 runreact-native link
in the extension app folder, it complains, see the below error messageCommand
link
unrecognized. Make sure that you have runnpm 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.
The text was updated successfully, but these errors were encountered: