React Native SDK
React Native Library for survey which enables you to integrate feedback into Android app using few lines of code.
Last updated
React Native Library for survey which enables you to integrate feedback into Android app using few lines of code.
Last updated
$ npm install react-native-qwary-latest --save
$ react-native link react-native-qwary-latest
[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.