I want to create a custom react native template I am using this link as a reference I have created a template and pushed the code to git but when I try to create a react native app with the template I am getting the error
Asked
Active
Viewed 176 times
0

torek
- 448,244
- 59
- 642
- 775

Ambady Ajay
- 175
- 1
- 10
-
This appears to be a yarn configuration / setup / whatever issue, rather than a Git one (though it manifests as a Git hint and error). I'm not sure [tag:yarnpkg] is the right tag, but it's certainly no worse than [tag:git]. – torek Dec 16 '21 at 09:43
-
Actually, it works with a sample template `https://github.com/Esemesek/react-native-new-template`. – Ambady Ajay Dec 16 '21 at 10:08