xxxxxxxxxx
// react native:
npx react-native@latest init AwesomeProject
// expo:
npx create-expo-app StickerSmash
xxxxxxxxxx
without Expo:
npx react-native init projectname
with expo cli:
npm i -g expo-cli
expo init AppName
xxxxxxxxxx
// react native:
npx react-native init projectname
// expo:
npm i -g expo-cli
expo init AppName
xxxxxxxxxx
Solution for Windows:
1. Install component OpenSSH client (if not installed)
2. Enable service ssh-agent (Set-Service ssh-agent -StartupType Automatic; Start-Service ssh-agent)
3. Set up Git to use OpenSSH form Windows (git config --global core.sshcommand "C:/Windows/System32/OpenSSH/ssh.exe)
4. In each session, add a key to ssh-agent (ssh-add path/to/key)
https://poshsecurity.com/blog/using-the-openssh-client-included-in-windows-10-1809-as-your-gits-ssh-client