Skip to content

Commit aea3a76

Browse files
alanjcharlesAlan Charles
andauthored
chore: prepare for release (#530)
Co-authored-by: Alan Charles <[email protected]>
1 parent b5074f7 commit aea3a76

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

packages/plugins/plugin-appsflyer/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Follow the [instructions for adding plugins](https://github.com/segmentio/analyt
2525

2626
In your code where you initialize the analytics client call the `.add(plugin)` method with an `AppsflyerPlugin` instance.
2727

28-
You can provide [additional options](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin#--initializing-the-sdk) when constructing the plugin. These will be passed to `appsFlyer.initSdk()`.
29-
3028
```ts
3129
// app.js
3230

@@ -38,14 +36,7 @@ const segmentClient = createClient({
3836
writeKey: 'SEGMENT_KEY'
3937
});
4038

41-
const plugin = new AppsflyerPlugin({
42-
devKey: 'K2***********99',
43-
isDebug: false,
44-
appId: '41*****44',
45-
onInstallConversionDataListener: true, //Optional
46-
onDeepLinkListener: true, //Optional
47-
timeToWaitForATTUserAuthorization: 10 //for iOS 14.5
48-
})
39+
const plugin = new AppsflyerPlugin();
4940

5041
segmentClient.add({ plugin });
5142
```

packages/plugins/plugin-appsflyer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-appsflyer",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

0 commit comments

Comments
 (0)