uxcam / react-native-ux-cam

51 stars 10 forks source link

fix: UnexpectedNativeTypeException on logEvent method. #119

Closed Bishwash-uxcam closed 9 months ago

Bishwash-uxcam commented 9 months ago

UnexpectedNativeTypeException when nested JSON is passed as properties. UXCam doesn't support nested maps. Nested map props are now added to the key as a string. Improved exception handling on logEvent.