文件名称:用 React Native 开发的天气应用。 它是 SwiftWeather 的 React Native 版本。
文件大小:3.05MB
文件格式:ZIP
更新时间:2024-06-28 09:59:16
React Native Apps
ReactNativeWeather 一个用 React Native 开发的天气应用。 它是 SwiftWeather 的 React Native 版本 如何运行应用程序 安装 react-native 如果您没有安装 react-native-cli,请按照 React-native Screenshots 入门中的说明进行安装 克隆这个 repo 和安装它的依赖项 git clone https://github.com/JakeLin/ReactNativeWeather.git cd ReactNativeWeather npm install 启动应用程序 对于 iOS,运行 react-native run-ios 对于 Android,运行 react-native run-android Development Lint the code npm运行 lint 您还可以在您的编辑器/IDE 中安装以下插件: Eslint plugins EditorConfig plugin
【文件预览】:
ReactNativeWeather-master
----ios()
--------ReactNativeWeather.xcodeproj()
--------ReactNativeWeather()
--------ReactNativeWeatherTests()
--------weathericons.ttf(97KB)
----.watchmanconfig(2B)
----android()
--------gradlew.bat(2KB)
--------gradlew(5KB)
--------gradle.properties(887B)
--------keystores()
--------app()
--------gradle()
--------settings.gradle(56B)
--------build.gradle(648B)
----.flowconfig(3KB)
----img()
--------background.png(2.03MB)
----package.json(480B)
----.eslintrc.json(1KB)
----screenshots()
--------screenshot-iOS.png(834KB)
----LICENSE(1KB)
----src()
--------components()
--------App.js(252B)
--------styles()
----tsconfig.json(105B)
----index.ios.js(138B)
----.gitignore(418B)
----index.android.js(138B)
----.buckconfig(114B)
----README.md(2KB)
----.editorconfig(207B)