Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

Why CleverTap App-Inbox in React-Native not detecting Tap Event when AppInbox message is Clicked?

$
0
0

I am using App Inbox Feature of CleverTap in React-Native with typescript. I am getting CleverTap App-Inbox Messages but when i click on any message I am not able to get Listener Method call.I have tried with

CleverTap.showInbox({    tabs: ['Blogs', 'Event'],    navBarTitle: 'Notification',    navBarTitleColor: '#480024',    navBarColor: '#EDE5D6',    inboxBackgroundColor: '#EDE5D6',    backButtonColor: '#EDE5D6',    unselectedTabColor: '#000099',    selectedTabColor: '#000099',    selectedTabIndicatorColor: '#000099',    noMessageText: 'No message(s)',    noMessageTextColor: '#000000',  });    CleverTap.addListener(CleverTap.CleverTapInboxMessageButtonTapped, event => {    _handleCleverTapInbox(CleverTap.CleverTapInboxMessageButtonTapped, event);  }); function _handleCleverTapInbox(eventName, event) {    console.log('CleverTap Inbox Event - ', eventName, event);  }

Please help if i am doing any mistake.


Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>