React Native SDK

React Native Library for survey which enables you to integrate feedback into Android app using few lines of code.​

Find Github Project Here: QwarySurveyReactNative

React Native App SDK

Getting started

$ npm install react-native-qwary-latest --save

Mostly automatic installation

$ react-native link react-native-qwary-latest

Manual installation

Android Usage

IOS Usage

​​[Note: Use Xcode to avoid error]

Download swift source code from here

  • Add the qwarysurvey/QWarySurvey/SDK in your project ProjectRoot/ios folder

  • Create the bridging header and add '#import "React/RCTBridgeModule.h'.

  • Open the IOS folder in XCode go to your project Build settings and find "Defines Modules" and change it to yes.​​

  • Go Inside SDK/RCTBridgingObjC/RCTQwarySurveyModule.m and change #import 'qwary-Swift.h' to your projects name (e.x AppName.xcworkspace #import 'AppName-Swift.h) and its case-sensetive.​

Usage

Last updated

Was this helpful?