expo / create-react-native-app

Create React Native apps that run on iOS, Android, and web
BSD 3-Clause "New" or "Revised" License
13.26k stars 1.35k forks source link

Invalid URL error when creating projects using GitHub Template #859

Open CDNievas opened 4 years ago

CDNievas commented 4 years ago

Can't create a project using a template repository uploaded on GitHub. The repository exists and is public (link)

image

If I click on the URL provided in the console opens the repository webpage well.

OS: Linux Mint 20 Ulyana Node: v12.18.2 npm: v6.14.5

CDNievas commented 4 years ago

The problem is the www, if you use www in the url is not recognized as a GitHub link...

EvanBacon commented 3 years ago

Would you like to open a PR that adds support for www?

CDNievas commented 3 years ago

To be honest I don't know much about TS... so I don't know if I could