You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am integrating tealium-react-native-crash-reporter into the project and I'm seeing this issue when I try to run it on iOs (I'm calling the function as recommended in the documentation):
import TealiumCrashReporter from 'tealium-react-native-crash-reporter';
...
TealiumCrashReporter.initialize(Platform.OS === 'android');
I am using the following React native version & Tealium version (I've also tried with a lower version):
Finally, I've deep-dive into the code and noticed that the bridge method arrives null so it looks like something is missing in the Native part, maybe export the method using RCT_EXPORT_MODULE
Thank you very much!!
The text was updated successfully, but these errors were encountered:
I am integrating
tealium-react-native-crash-reporter
into the project and I'm seeing this issue when I try to run it on iOs (I'm calling the function as recommended in the documentation):I am using the following React native version & Tealium version (I've also tried with a lower version):
Finally, I've deep-dive into the code and noticed that the bridge method arrives null so it looks like something is missing in the Native part, maybe export the method using
RCT_EXPORT_MODULE
Thank you very much!!
The text was updated successfully, but these errors were encountered: