Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartolomej/scng-mobile
Native SCNG mobile app build with React Native.
https://github.com/bartolomej/scng-mobile
Last synced: about 16 hours ago
JSON representation
Native SCNG mobile app build with React Native.
- Host: GitHub
- URL: https://github.com/bartolomej/scng-mobile
- Owner: bartolomej
- License: unlicense
- Created: 2019-07-23T09:29:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:09:05.000Z (almost 2 years ago)
- Last Synced: 2023-10-20T18:08:05.136Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://scng-api.thebartdev.com/
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [SCNG](http://www.scng.si) Mobile App
![Mobile app preview](https://i.ibb.co/vwKCcXQ/header-phone.png)
### Available Scripts
In the project directory, you can run:
#### `react-native run-ios`
Builds ios app in the development mode.
You need xcode (apple dev tools) to build app for ios.#### `react-native run-android`
Builds android app in the development mode.
You need Android Studio configured, with emulator running in the background.
## TODO LIST
- [ ] implement convenient error handling system
- [ ] implement 'solska hrana' module
- [ ] implement logger service (sends analytics data to backend)
- [ ] feedback screen (send reviews,..)
- [ ] contact screen (get in contact, contribute to scng apps)
- [ ] implement consistent view components with styles
- [x] integrate react-native-vector-icons library
- [ ] integrate redux-persist library
- [ ] add intro guides screen
- [ ] add fonts and graphics
- [ ] publish on [FDroid](https://f-droid.org/en/)### Useful resources
- debugging (https://facebook.github.io/react-native/docs/debugging)