“навигация в React Native” Ответ

навигация в React Native

### ISNTALATION

npm install @react-navigation/native --save
yarn add @react-navigation/native

### core dependencies

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

### stack navigation
yarn add @react-navigation/stack
DevPedrada

реагировать на собственную навигацию

npm install --save react-navigation
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install --save react-navigation-stack
import { createAppContainer } from 'react-navigation';
import { createStackNavigator } from 'react-navigation-stack';
DecodeBuzzing

реагировать на собственную навигацию

npm install react-navigation
Shy Shrew

реагировать на собственную навигацию

npm install react-navigation

#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


#Installing dependencies into a bare React Native project
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
Frantic Ferret

навигация в React Native

npm install @react-navigation/native
mukashwasti_

Ответы похожие на “навигация в React Native”

Вопросы похожие на “навигация в React Native”

Больше похожих ответов на “навигация в React Native” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования