Skip to content

Commit

Permalink
Switch to @react-native-community/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Dec 3, 2024
1 parent 8e8733c commit 8b7d933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mockTemplates.mts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const allTemplates = {
'cra-template-redux': `npx create-react-app@latest example --template file:${workspaces.get('cra-template-redux')}`,
'cra-template-redux-typescript': `npx create-react-app@latest example --template file:${workspaces.get('cra-template-redux-typescript')}`,
'expo-template-redux-typescript': `npx create-expo@latest example --template file:${workspaces.get('expo-template-redux-typescript')} && cd example && npm install`,
'react-native-template-redux-typescript': `npx react-native@latest init app --template file:${workspaces.get('react-native-template-redux-typescript')} --pm=npm --directory example`,
'react-native-template-redux-typescript': `npx @react-native-community/cli@latest init app --template file:${workspaces.get('react-native-template-redux-typescript')} --pm=npm --directory example`,
'vite-template-redux': `rm -rf ~/.degit && npx -y tiged@rc -D ${gitHubUrl.remoteUrl}/packages/vite-template-redux#${gitHubUrl.currentBranch} example -v && cd example && npm install`,
};

Expand Down

0 comments on commit 8b7d933

Please sign in to comment.