文件名称:react-native-chat
文件大小:682KB
文件格式:ZIP
更新时间:2024-08-24 18:31:36
JavaScript
React本机聊天应用程序 一个简单的跨平台(iOS 和 Android)React Native 匿名聊天应用程序。 这个例子是为放在一起的。 免费开始学习和掌握 React Native! 安装 注意:请确保您了 React Native CLI。 git clone https://github.com/ReactNativeSchool/react-native-chat.git yarn install / npm install (cd ios && pod install) 跑步 yarn run ios / npm run ios或yarn run android / npm run android 这个项目被放在一起作为一个例子来帮助你构建你自己的 React Native 应用程序。 随意下载并修改它!
【文件预览】:
react-native-chat-master
----App()
--------components()
--------assets()
--------index.js(2KB)
--------screens()
----.gitignore(890B)
----package.json(1KB)
----.buckconfig(114B)
----android()
--------app()
--------settings.gradle(188B)
--------build.gradle(1KB)
--------gradlew(6KB)
--------gradlew.bat(3KB)
--------gradle.properties(910B)
--------gradle()
----.watchmanconfig(2B)
----assets()
--------reference.png(402KB)
----metro.config.js(300B)
----ios()
--------Chat.xcodeproj()
--------Chat()
--------Chat.xcworkspace()
--------ChatTests()
--------Chat-tvOSTests()
--------Chat-tvOS()
--------Podfile.lock(13KB)
--------Podfile(3KB)
----index.js(394B)
----.eslintrc.js(63B)
----.prettierrc.js(120B)
----README.md(836B)
----babel.config.js(77B)
----.gitattributes(16B)
----app.json(45B)
----yarn.lock(293KB)