Mustafa Irfan TARI
Mustafa Irfan TARI
Having the same issue on android
I had the same error. Check issue #43 for solution.
I think its caused by SPSurveyService.**getListName** function. It gets the **Title** of the survey list and passes its result to SPSurveyService.**getItemTypeForListName** which produces **ListItemEntityTypeFullName** of the target survey list. You...
Anyone interested mocking _LogBox_ can use the following: `jest.mock('react-native/Libraries/LogBox/LogBox');`