feedbackreactnativeplugin
v1.1.3
Published
Feedback Functionality
Downloads
6
Maintainers
Readme
FeedbackReactNativePackage
Getting started
The goal is to gain a better understanding of the overall customer experience so you can identify areas for improvement.
Props Structure
data = { userId: '', orgId: '', orgName: '', appId: '', groupTag: '', xtoken: '' }
theme = {
mode: light
, // 'light' or 'dark'
backgroundColor: '',
primaryColor: '',
secondarayColor: '',
fontColor: ``
}
logo = { image: '', width: '', height: '', resizeMode: '' //'cover', 'contain', 'stretch', 'repeat', 'center' }
url = { getMethod: '', //api url for list of feedback postMethod: '' //api url for submit the feedback }
openFeedback= boolean; //true or false closeFeedback= function call