EN English version below
⚠️ Uwaga: Upewnij się, że prawidłowo skonfigurowałeś środowisko React Native Expo - Environment Setup.
Aby zainstalować pakiety npm, musisz uruchomić następującą komendę:
npm install
✅ Utwórz projekt Firebase Realtime Database oraz Firebase Authentication.
✅ Pamiętaj również o uzupełnieniu pliku source/data/FirebaseConfig.js
.
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, zainstaluj aplikację Expo Go i zeskanuj telefonem kod QR z menu Metro.
⚠️ Note: Make sure you have completed the React Native Expo - Environment Setup.
To install npm packages, run the following command:
npm install
✅ Create a Firebase Realtime Database and Firebase Authentication project.
✅ Also remember to complete the source/data/FirebaseConfig.js
file.
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 the app by using the 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.