项目作者: krimywebdev

项目描述 :
Its in react native using redux-thunk and reselect
高级语言: JavaScript
项目地址: git://github.com/krimywebdev/profile-page-app.git
创建时间: 2017-11-10T04:38:06Z
项目社区:https://github.com/krimywebdev/profile-page-app

开源协议:

下载


This project was bootstrapped with Create React Native App.

Below you’ll find information about performing common tasks. The most recent version of this guide is available here.

This project is a sample project for Pumpup and it shows 3 components, user’s profile and bio which is parsed out to make links out of #hashtags and @mentions.

The technologies used are React Native, Redux-Thunk, Redux-Reselect and MochaJS with ShouldJS as assertion library for the tests.

Please see these screenshots of the iOS App created with this code.
Screenshot1
Screenshot2

1) To start the project use, ‘yarn start’
2) To test, use ‘npm test’
3) For linting, use ‘./node_modules/.bin/eslint -c .eslintrc — ext .js src’