Skip to content

shiftsmartinc/surveyjs-react-native

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2023
Apr 12, 2023
May 23, 2024
Apr 12, 2023
Jan 28, 2023
Oct 6, 2017
Sep 15, 2017
Jan 28, 2023
Jan 28, 2023
Nov 30, 2022
May 28, 2024
Jan 28, 2023
May 28, 2024

Repository files navigation

Survey JS React Native

Installation

  1. install https://github.com/shiftsmartinc/surveyjs-react-native

  2. install peerDependencies:

  • mobx
  • mobx-react
  • moment
  • react
  • react-native
  • react-native-image-picker
  • react-native-keyboard-aware-scroll-view
  • react-native-modal-datetime-picker
  • react-native-webview
  • @react-native-community/datetimepicker
  1. Add the required permissions in AndroidManifest.xml:
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  1. Add the required permissions in Info.plist:
<key>NSPhotoLibraryUsageDescription</key>
<string></string>
<key>NSCameraUsageDescription</key>
<string></string>
<key>NSMicrophoneUsageDescription</key>
<string></string>

Example

  1. cd example
  2. install dependencies
  3. run project