Closed diegoserranoa closed 2 years ago
Fix Android error preventing survey to show up java.lang.IllegalStateException: Method addObserver must be called on the main thread and add forceSurvey method
java.lang.IllegalStateException: Method addObserver must be called on the main thread
forceSurvey
$ npx react-native init TestApp $ cd TestApp
$ npm install https://github.com/Wootric/react-native-wootric.git#ds-update-library --save
App.js
import RNWootric from '@wootric/react-native-wootric'; RNWootric.configureWithClientID(YOUR_CLIENT_ID, YOUR_ACCOUNT_TOKEN); RNWootric.setSurveyImmediately(true); RNWootric.setEndUserEmail("test@email.com"); RNWootric.setEndUserCreatedAt(1234567890); RNWootric.setEndUserProperties({platform: "React Native"}); RNWootric.showSurvey();
$ npx react-native run-android
Fix Android error preventing survey to show up
java.lang.IllegalStateException: Method addObserver must be called on the main thread
and addforceSurvey
methodTest
App.js
file: