Skip to content

docs(code-samples): correct SDK key config reference in React Native demo#3

Open
ekline[bot] wants to merge 1 commit into
mainfrom
docs/code-samples/fix-rn-config-reference
Open

docs(code-samples): correct SDK key config reference in React Native demo#3
ekline[bot] wants to merge 1 commit into
mainfrom
docs/code-samples/fix-rn-config-reference

Conversation

@ekline

@ekline ekline Bot commented Jun 3, 2026

Copy link
Copy Markdown

Context

This PR fixes a factual inaccuracy in a documentation code sample reference, verified against the file in this repo. Cosmetic and stylistic changes are intentionally out of scope.

Scan summary

  • Files scanned: 5 SDK README files across the DocV and Digital Intelligence SDK repos
  • Files with High/Medium findings: 2 (this repo README, and the DocV iOS README handled in a separate PR)
  • Files fixed this run (this repo): 1
  • Files deferred: 0

Fixes

File Location Reason Fix
README.md SDK key section The instruction said to update SDKKey in config.js. That file does not exist: the repo ships config.ts, and the value is sdkKey inside the exported SDKConfig object. A developer following the README would look for a non-existent file and variable. Confirmed against config.ts. Changed the instruction to point at sdkKey in the SDKConfig object in config.ts.

Deferred files

None.


📝 Created with EkLine · View session

…demo

The README pointed to `SDKKey` in `config.js`, but the file is
`config.ts` and the value is `sdkKey` inside the `SDKConfig` object.

ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>
Comment thread README.md

### SDK key
Update the `SDKKey` in `config.js`.
Update `sdkKey` in the `SDKConfig` object in `config.ts`.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the SDK key reference. The original pointed to SDKKey in config.js, but that file does not exist in the repo — the demo ships config.ts, which exports a SDKConfig object whose key field is sdkKey. Verified by reading config.ts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants