-
install
https://github.com/shiftsmartinc/surveyjs-react-native
-
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
- Add the required permissions in AndroidManifest.xml:
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- Add the required permissions in Info.plist:
<key>NSPhotoLibraryUsageDescription</key>
<string></string>
<key>NSCameraUsageDescription</key>
<string></string>
<key>NSMicrophoneUsageDescription</key>
<string></string>
cd example
- install dependencies
- run project