React Native 项目 - 高仿饿了么 App

8,381 阅读1分钟
原文链接: github.com

This is a high simulating eleme app (eleme website), implemented by React Native. This app can run on iOS and Android, the app has no use to any API, no data, it is a UI display App, the UI of the app has more than 95% in common with eleme app. This is a learning React Native process, it is a demo project.

Welcome issues, PR, star.

App uses these dependencies

Run app

First of all need to install run React Native related to the environment. Please use Android studio to open android folder, if you want to run in android simulator.

git clone https://github.com/stoneWeb/elm-react-native.git
cd elm-react-native && npm install
react-native link
react-native run-ios

Screenshot

home-scroll add scroll

home

comment

order

my

License

The MIT License.