文件名称:recipes-app-react-native
文件大小:323KB
文件格式:ZIP
更新时间:2024-05-28 14:50:21
JavaScript
配方应用React本机 该应用程序使用auth,FireBase,React Navigtion,Redux和redux-thunk在React Native中模拟一个食谱应用程序。 用法 全局安装expo: npm install --global expo-cli 有关世博项目的更多信息-https: 安装依赖项npm 从代码文件夹: npm install 开始: npm run start 在iOS和Android模拟器上运行: To run the app with live reloading, choose one of: • Scan the QR code above with the Expo app (Android) or the Camera app (iOS). • Press a for Android emulator, or i fo
【文件预览】:
recipes-app-react-native-master
----constants()
--------Colors.js(74B)
----.expo-shared()
--------assets.json(155B)
----store()
--------actions()
--------reducers()
----models()
--------category.js(163B)
--------meal.js(672B)
----yarn.lock(256KB)
----babel.config.js(107B)
----components()
--------MealItem.js(2KB)
--------CategoryGridTile.js(1KB)
--------HeaderButton.js(512B)
--------DefaultsText.js(288B)
--------MealList.js(1KB)
----assets()
--------splash.png(9KB)
--------favicon.png(1KB)
--------icon.png(642B)
--------fonts()
----App.js(1KB)
----README.md(1KB)
----screens()
--------FavoritesScreen.js(1KB)
--------MealDetailScreen.js(3KB)
--------CategoryMealsScreen.js(1KB)
--------FiltersScreen.js(3KB)
--------CategoriesScreen.js(1KB)
----data()
--------data.js(10KB)
----app.json(496B)
----.gitignore(118B)
----navigation()
--------MealsNavigator.js(3KB)
----package-lock.json(303KB)
----package.json(1KB)