This application uses React Native, Redux and VK API to search through and display videos from popular russian social network vk.com Code is written to be universal for Android and iOS, no custom platform components are used.
##Usage
npm install
npm run start
Change VK token to yours in **config.js** (see [VK Documentation](https://new.vk.com/dev/access_token) for further information): ``` const config = { token: 'here is your token', } ```
##Colaborators
- @skoob13 - Responsible for all code
- @codejunkienick - Advice and help setting up React Native with Redux
Feel free to contact with me if you have any questions by [Twitter](http://twitter.com/anottoday).