第一款基于react-native的App
- 暂只支持ios
- 下载:git clone https://github.com/camellieeee/Camellie.git
- 安装:cd camellie --> npm install --> react-native run-ios
- 百度地图配置:http://114.115.218.220/index.php/2017/07/10/baidu/
Camellie
__tests__ //测试文件
android //安卓编译之后的文件
img //图片文件
ios //xcode所在文件
node_modules //项目所依赖lib,初创项目使用npm install得到
src
common //配置文件
path //动画库
Color.js //App颜色配置
utils.js //App网络配置
components //App组件
reducers //reducers
screens //页面文件
app.js
index.js //主入口文件
package.json //配置信息
打包jsbundle文件 加载成功便于app加载 react-native bundle --entey-file index.ios.js --platform ios --dev false --bndle-output main.ios.jsbundle
- lottie-react-native
- react-native-baidu-map
- react-native-cardview
- react-native-gifted-chat
- react-native-easy-toast
- react-native-interactable
- react-native-keyboard-aware-scroll-view
- react-native-linear-gradient
- react-native-navigation
- react-native-safari-view
- react-native-snap-carousel
- react-native-timeline-listview
- react-native-vector-icons