exponea / exponea-react-native-sdk

MIT License
8 stars 13 forks source link

Getting null/undefined While importing exponea from sdk #34

Closed sandeepunna closed 2 years ago

sandeepunna commented 3 years ago

While running in android I m getting the below error while importing

import Exponea from 'react-native-exponea-sdk'

ERROR TypeError: null is not an object (evaluating 'react_native_1.NativeModules.Exponea.configure') ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.

nikolovnikos commented 3 years ago

What RN version are you using? Before 0.60 you need to link the lib

michaela-dev commented 2 years ago

@sandeepunna are you still facing this, or I can close the issue?

adam1929 commented 2 years ago

Closing due to inactivity