Skip to content

Commit 304c9b6

Browse files
author
markzegarelli
authored
Merge pull request #1797 from segmentio/DOC-293_RN-Update
DOC-293 add note
2 parents 99d7158 + f96c0fe commit 304c9b6

File tree

1 file changed

+5
-0
lines changed
  • src/connections/sources/catalog/libraries/mobile/react-native

1 file changed

+5
-0
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ All of Segment's libraries are open-source, and you can [view Analytics for Reac
1414
1515
In cloud-mode, Analytics-React-Native functions as a normal Segment library. In device-mode it wraps the Segment [Analytics-iOS](/docs/connections/sources/catalog/libraries/mobile/ios/) and [Analytics-Android](/docs/connections/sources/catalog/libraries/mobile/android/) libraries, and loads the appropriate mobile library depending on the user's platform. Because of this, Analytics-React-Native includes the two mobile libraries as dependencies.
1616

17+
> warning ""
18+
> When you bundle a destination’s device-mode SDK, the React Native library serves as a wrapper for the iOS or Android source libraries. To access the underlying destination code, it is necessary to write bridging code between the React Native wrapper, and the destination’s SDK.
19+
>
20+
> For example, if to configure deep linking or retrieve the Appsflyer ID in Appsflyer, or configure in-app messages or push notifications in Braze, you must write code to specifically access these methods from the destination SDK.
21+
1722
### Analytics-React-Native and Unique Identifiers
1823

1924
One of the most important parts of any analytics platform is the ability to consistently and accurately identify users. To do this, the platform must assign and persist some form of identification on the device, so you can analyze user actions effectively. This is especially important for funnel conversion analysis and retention analysis.

0 commit comments

Comments
 (0)