BranchMetrics / branch-deep-linking-public-api

The Branch Metrics public API for mobile deep linking / deeplinking applications. Branch helps mobile apps grow with deep links / deeplinks that power referral systems, sharing links and invites with full attribution and analytics.
https://dev.branch.io/references/http_api/
145 stars 18 forks source link

Errors in react-native SDK docs #49

Open CoatedMoose opened 2 years ago

CoatedMoose commented 2 years ago

Docs in several cases refer to snake_case arguments, but the actual SDK seems to expect camelCase.

In particular, I'm looking at the example code for custom events. The react native instructions refer to custom_data, but inspecting the SDK during development, it seems to expect customData.

A quick skim through the docs, I'm suspicious that there are several other places with similar issue, however, I haven't verified against the code.

ahmednawar commented 2 years ago

Thanks @CoatedMoose for the report! Looping in @aparedes-branch who owns our documentation portal.