Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions .changeset/sync-localization-reactnative-1fe6b5d.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sync-localization-reactnative-21c52c1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sync-localization-reactnative-413e2e7.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sync-localization-reactnative-b767ef1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sync-localization-reactnative-c99c472.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sync-localization-reactnative-e4c7700.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sync-localization-reactnative-ee03e27.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ype-5440-hybrid-votd.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ype-5712-native-reader-toolbar.md

This file was deleted.

16 changes: 16 additions & 0 deletions apps/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# example

## 1.0.10

### Patch Changes

- Updated dependencies [b583fc6]
- Updated dependencies [ea09740]
- Updated dependencies [9b95630]
- Updated dependencies [a9ebfe4]
- Updated dependencies [5586004]
- Updated dependencies [6fd7a23]
- Updated dependencies [4ad729d]
- Updated dependencies [7e7fcec]
- Updated dependencies [dffc732]
- @youversion/platform-react-native-expo-ui@1.7.0
- @youversion/platform-react-native-expo-core@1.7.0

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @youversion/platform-react-native-expo-core

## 1.7.0

### Minor Changes

- 7e7fcec: VerseOfTheDay is now hybrid: native chrome (share, attribution, Card surface) wrapping the DOM BibleTextView for scripture (YPE-5440 / RNV2-2). Public props are unchanged. Light/dark resolve on native before they cross the bridge. Share uses the native Share API. Native share and the header reference honor the provider version filter lists, so a refused version cannot leak through Share.
- dffc732: feat: draw a native Reader toolbar on iOS/Android instead of the in-WebView Web SDK toolbar (YPE-5712 / RNV2-9a). Avatar, chapter (with chevrons), version, and settings open the existing sheets.

## 1.6.0

## 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@youversion/platform-react-native-expo-core",
"version": "1.6.0",
"version": "1.7.0",
"description": "YouVersion Platform core for React Native (Expo) — installation id, optional PKCE auth, and storage.",
"keywords": [
"youversion",
Expand Down
20 changes: 20 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @youversion/platform-react-native-expo-ui

## 1.7.0

### Minor Changes

- 7e7fcec: VerseOfTheDay is now hybrid: native chrome (share, attribution, Card surface) wrapping the DOM BibleTextView for scripture (YPE-5440 / RNV2-2). Public props are unchanged. Light/dark resolve on native before they cross the bridge. Share uses the native Share API. Native share and the header reference honor the provider version filter lists, so a refused version cannot leak through Share.
- dffc732: feat: draw a native Reader toolbar on iOS/Android instead of the in-WebView Web SDK toolbar (YPE-5712 / RNV2-9a). Avatar, chapter (with chevrons), version, and settings open the existing sheets.

### Patch Changes

- b583fc6: Sync localization from platform-localization (1fe6b5d): update 3 keys in en.
- ea09740: Sync localization from platform-localization (21c52c1): update 7 keys in en.
- 9b95630: Sync localization from platform-localization (413e2e7): update 1 keys in en.
- a9ebfe4: Sync localization from platform-localization (b767ef1): update 10 keys in en, es.
- 5586004: Sync localization from platform-localization (c99c472): update 1 keys in en.
- 6fd7a23: Sync localization from platform-localization (e4c7700): update 3 keys in en.
- 4ad729d: Sync localization from platform-localization (ee03e27): update 49 keys in es.
- Updated dependencies [7e7fcec]
- Updated dependencies [dffc732]
- @youversion/platform-react-native-expo-core@1.7.0

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@youversion/platform-react-native-expo-ui",
"version": "1.6.0",
"version": "1.7.0",
"description": "YouVersion Platform Bible components for React Native (Expo) — reader, verse cards, Verse of the Day, theming, and native sheets.",
"keywords": [
"youversion",
Expand Down