dengage-tech / dengage-react-sdk

MIT License
2 stars 3 forks source link

kotlin.UninitializedPropertyAccessException - lateinit property _context has not been initialized #7

Closed AuroPick closed 2 months ago

AuroPick commented 10 months ago

Hi We get this error in our react-native app

image

This error seems to occur when a notification is received

react-native: 0.71.7 dengage react-native: 0.6.0

hasnainTanvir commented 8 months ago

you can use the following lines in the build gradle of app implementation 'com.github.dengage-tech:dengage-android-sdk:6.0.40.1'

AuroPick commented 8 months ago

Okay I will update the library on next release and will let you know.