I am trying to integrate this package into my react-native app, everything worked well for iOS but on Android I got this error
[TypeError: Cannot read property 'compose' of null] or [TypeError: Cannot read property 'composeWith' of null] - when I specified app property
Hello 👋
I am trying to integrate this package into my react-native app, everything worked well for iOS but on Android I got this error
[TypeError: Cannot read property 'compose' of null]
or[TypeError: Cannot read property 'composeWith' of null]
- when I specified app propertyI am using:
Does anyone encountered this issue?