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 am trying to develop an Azure portal extension using the Azure portal extension development framework. I am using a library which uses react-native version 0.71.2 in the extension project. The Azure portal framework build fails in presence of double slashes in import paths.
The easiest fix would just be to remove the extra slash as it is not present in other files. Happy to open a PR for the same.
Version
0.71.2
Output of npx react-native info
N/A
Steps to reproduce
N/A
Snack, code example, screenshot, or link to a repository