Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@youversion/platform-sdk-reactnative",
"name": "@youversion/platform-react-native",
"version": "0.7.1",
Comment on lines 1 to 3

Choose a reason for hiding this comment

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

P1 Badge Update docs and example imports to new package name

The package was renamed to @youversion/platform-react-native, but the rest of the repo still instructs and imports @youversion/platform-sdk-reactnative (e.g., README.md install commands around lines 40–64 and example/metro.config.js line 22), so anyone following the README or running the example against the published package will hit module-not-found errors because the import specifier no longer matches the published name. Please align the documentation, example imports, and alias mappings to the new package name so consumers can install and run without resolution failures.

Useful? React with 👍 / 👎.

"description": "React Native SDK for YouVersion Platform",
"main": "build/index.js",
Expand All @@ -21,7 +21,7 @@
"keywords": [
"react-native",
"expo",
"@youversion/platform-sdk-reactnative",
"@youversion/platform-react-native",
"Bible",
"YouVersion"
],
Expand Down