Skip to content

VocaDB/VocaDB-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

230ee29 · Jan 7, 2019
Dec 28, 2018
Oct 16, 2018
Jun 7, 2018
Jan 5, 2019
Jul 18, 2018
Dec 30, 2017
Apr 21, 2018
Dec 30, 2017
Aug 9, 2018
Dec 30, 2017
Oct 14, 2018
Apr 12, 2018
Jul 10, 2018
Apr 21, 2018
Apr 13, 2018
Feb 11, 2018
Apr 21, 2018
Oct 16, 2018

Repository files navigation

VocaDB App

New VocaDB app with React native. Now available on Android and iOS.

Build Status

Screenshot

Download

Setup on local

Prerequisite

Install

$ git clone https://github.com/VocaDB/VocaDB-App.git
$ cd VocaDB-App
$ npm install

Storybook

In case if you never used storybook before

$ npm i -g @storybook/cli

Then you can start storybook by running

$ npm run storybook

Run App

iOS

Mac OS Only. You must have Xcode installed first.

$ react-native run-ios

Android

$ react-native run-android

Getting started instruction is here

Using storybook

See in App.js file.

  • Export StorybookUI if you want to run with storybook.
  • Export App if you want to test real app.

Config

in src/constants/config you can switch useMock to false to fetch real data from VocaDB API instead of mock.

Translation

VocaDB App use react-native-i18n for translation. Translation files are locate at src/common/i18n/locales.

All files will named by locale code. (Check at https://www.science.co.il/language/Locale-codes.php)

You can contact me for add more translation or add/edit by your own (Clone project, Create feature branch, Edit and pull request to me)

Assets

Icon and splash images are inside resources directory.

  • Icon 1024x1024 px

  • Splash 2208x2208 px

Generated with React Native Toolbox