Skip to content
Snippets Groups Projects

Changes Required for IOS platform

Merged Kristina Hoeppner requested to merge github/fork/alexey0511/master into master
4 files
+ 29
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 5
1
@@ -68,6 +68,10 @@ You can use the cordova command-line tool. To produce an APK that can run on a n
--keystore=/PATH/TO/YOUR/KEYSTORE.keystore \
--alias=YOURKEYALEAS
## Running on IOS
npm run build-ios
## TODO:
* The app currently does everything in redux using the basic synchronous data flow
@@ -78,4 +82,4 @@ You can use the cordova command-line tool. To produce an APK that can run on a n
* Tags on images
* More informative error messages
* Better control flow for situations where the user's token is no longer valid.
* Testing on iOS
\ No newline at end of file
* Testing on iOS
Loading