UNPKG

react-native-appsflyer

Version:
6 lines (5 loc) 220 B
const withAppsFlyerIos = require('./withAppsFlyerIos'); module.exports = function withAppsFlyer(config, { shouldUseStrictMode = false } = {}) { config = withAppsFlyerIos(config, shouldUseStrictMode); return config; };