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

How to integrate App Events for Android on React Native?

$
0
0

I have read the documentation on FBSDK, and for event integration Full code


import { AppEventsLogger } from "react-native-fbsdk";

// Log a $15 purchase.
AppEventsLogger.logPurchase(15, "USD", { param: "value" });

which part it is placed, where it is placed on onPress or how

// Log a $ 15 purchase.
AppEventsLogger.logPurchase (15, "USD", {param: "value"});

Maybe it can provide examples or url links for this solution


Viewing all articles
Browse latest Browse all 28468

Trending Articles



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