React Native开发的仿美团小demo

来源:互联网 发布:淘宝服装店自拍 编辑:程序博客网 时间:2024/06/04 19:15


使用React Native开发的一个仿美团首页小demo,

源码:https://github.com/lookingstars/RNMeituan


运行说明:

首先需要安装好运行React Native的相关环境,

首先需要安装好运行React Native的相关环境,

首先需要安装好运行React Native的相关环境,

参考官网

英文:https://facebook.github.io/react/docs/getting-started.html


使用 git clone https://github.com/lookingstars/RNMeituan下载源码。


1.运行前,先关掉终端(可能终端开启了其他的service)



2.初始化工程:
运行工程,如果

报错: Unable to resolve module react-timer-mixin from  ***
工程目录下执行:
npm i react-timer-mixin --save

然后关掉终端,重新运行


//这里需要执行一个命令,把包导入npm i react-timer-mixin --save
//var TimerMixin = require('react-timer-mixin');


3.运行工程
打开RNMeituan目录,双击iOS/RNMeituan.xcodeproj  启动工程。

首页:




名店抢购页:












0 0
原创粉丝点击