DEV Community

Discussion on: How To Make Your Own Custom React Native Templates (2021)

Collapse
 
roycechua profile image
Royce Chua

Hi paolosantarsiero, may I know what node version you are using? this might be related to the warning in 1. For 2. I suspect this is a problem with your package.lock.json and yarn.lock. Normally, you should only stick to one package manager to avoid this so please delete either package.lock.json or yarn.lock then try again.