React Native开发的仿美团小demo

前端之家收集整理的这篇文章主要介绍了React Native开发的仿美团小demo前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


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

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


运行说明:

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

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

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

参考官网

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


使用 git clonehttps://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 启动工程。

首页




名店抢购页:


原文链接:https://www.f2er.com/react/307368.html

猜你在找的React相关文章