Skip to main content

Sadržaj

poduzetnik - expo sdk 39

expo init my-app

yarn add @react-navigation/native

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

navigation

yarn add @react-navigation/native expo expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view

rn projekt yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view