Sadržaj
poduzetnik - expo sdk 39
expo init my-app
Installing dependencies into an Expo managed project
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
react native project yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
backend auth firebase
Install & setup the app module
yarn add @react-native-firebase/app
Install the authentication module
yarn add @react-native-firebase/auth
Install & setup the app module
yarn add @react-native-firebase/app
Install the analytics module
yarn add @react-native-firebase/analytics
If you're developing your app using iOS, run this command
cd ios/ && pod install
rn projekt yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view