React Native for Windows Assignment
npx react-native init rnw_assignment --template react-native@^0.68.0
npx react-native init MyApp --template react-native-template-typescript
npx react-native-windows-init --overwrite --language cs
Without Using Visual Studio
npx react-native run-windows
Using Visual Studio
npx react-native autolink-windows
With VS Code
.vscode/launch.json
npm install -D typescript @types/jest @types/react @types/react-native @types/react-test-renderer
npm install @react-navigation/native
npm install react-native-screens react-native-safe-area-context
npm install @react-navigation/native-stack