React Native SDK
User Feedback

User Feedback

ℹ️

When 'uploadLog' is set to true, it will send the SDK logs to the server to help us analyze the reasons for the issues.

const uploadLog = true
const concat = "132921xxxxx"
const content = "feedback"
const data = await RNGizSDKManagerModule.feedback(uploadLog, concat, content)