New VocaDB app with React native. Now available on Android and iOS.
- NodeJS
- react-native-cli
- Storybook like a component dictionary.
$ git clone https://github.com/VocaDB/VocaDB-App.git
$ cd VocaDB-App
$ npm install
In case if you never used storybook before
$ npm i -g @storybook/cli
Then you can start storybook by running
$ npm run storybook
Mac OS Only. You must have Xcode installed first.
$ react-native run-ios
$ react-native run-android
Getting started instruction is here
See in App.js
file.
- Export
StorybookUI
if you want to run with storybook. - Export
App
if you want to test real app.
in src/constants/config you can switch useMock to false to fetch real data from VocaDB API instead of mock.
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)
Icon and splash images are inside resources directory.
-
Icon 1024x1024 px
-
Splash 2208x2208 px
Generated with React Native Toolbox