# react-native-learn **Repository Path**: f246/react-native-learn ## Basic Information - **Project Name**: react-native-learn - **Description**: react-native文档学习demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-11 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-learn #### 介绍 参照 [react-native](https://reactnative.dev/) 文档进行学习 我的 [学习笔记](https://blog.csdn.net/George_Fz/article/details/145565606) #### 使用说明 1. npm install 2. npm start ### 所用插件 ``` // 配置‘@/’路径别名 npm install --save-dev babel-plugin-module-resolver // runing on web npx expo install react-dom react-native-web @expo/metro-runtime // 路由 npm install @react-navigation/native npx expo install react-native-screens react-native-safe-area-context npm install @react-navigation/native-stack npm install @react-navigation/bottom-tabs npm install @react-navigation/drawer npx expo install react-native-gesture-handler react-native-reanimated ```