Can i implement fb pixel without detaching expo?

I tried to achieve this by using react-native-fbsdk package, got this error.

import {AppEventsLogger} from ‘react-native-fbsdk’;


componentDidMount(){
AppEventsLogger.logEvent(‘ViewContent’);
}

expo sdk: 27
react-native: 0.55.3
react: 16.3.1

GitHub - facebookarchive/react-native-fbsdk: A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc. requires native code to work so you’ll need to detach to use it.

anything else I can use to achieve this??

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.