Skip to content

Added Help Page

Simran Singh requested to merge undef314/CrowdAlert-Mobile:help-page into master

Added the help page.

Also, an issue came up today in react-native-image-picker and react-native-vector-icons: https://github.com/react-native-community/react-native-image-picker/issues/1002#issuecomment-446058467

So, I had to do the following

  1. Upgrade the two packages to it's latest version.
  2. Change the gradle version to 2.2.3 instead of 2.2.+.
  3. Run command react-native link for fonts to get linked otherwise the updated packages won't work.

Merge request reports