English version below
Uwaga: Upewnij się, że prawidłowo skonfigurowałeś środowisko React Native Expo - Environment Setup.
Aby zainstalować pakiety npm, musisz uruchomić nastepującą komendę:
npm install
Aby uruchomić Metro Bundler, uruchom następującą komendę z katalogu głównego projektu:
# using npm
npx expo start
Po uruchomieniu serwera Metro w konsoli pojawi się menu. Wystarczy kliknąć odpowiednią literę na klawiaturze, aby uruchomić aplikację dla odpowiedniej platformy:
- a - Android
- i - iOS
- w - Web
Aplikację można również uruchomić za pomocą następujących poleceń:
npx expo start --android
npx expo start --ios
npx expo start --web
Aby uruchomić aplikację na fizycznym urządzeniu należy zainstalować aplikację Expo Go a następnie zeskanować telefonem kod QR z menu Metro
Note: Make sure you have completed the React Native Expo - Environment Setup.
To install npm packages, you run following command:
npm install
To start Metro Bundler, run the following command from the root of your React Native project:
# using npm
npx expo start
When the Metro Server is started, a menu will appear in the console. Just click the appropriate letter on the keyboard and the application for the corresponding platform will be launched:
- a - Android
- i - iOS
- w - Web
You can also run this apps by using following commands:
npx expo start --android
npx expo start --ios
npx expo start --web
To run the app on a physical device, install the Expo Go app and then scan the QR code from the Metro menu with your phone