Skip to content

Commit cde6d68

Browse files
fixup! chore: update UI views to use Expo 55
1 parent 091d2a4 commit cde6d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/src/main/java/com/youversion/reactnativesdk/views/YVPBibleTextView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class YVPBibleTextView(context: Context, appContext: AppContext) :
5353
) {
5454
Text(
5555
text = "BibleTextView placeholder - versionId: ${props.versionId.value}, " +
56-
"book: ${props.bookUSFM.value}, chapter: ${props.chapter.value}",
56+
"book: ${props.bookUSFM.value}, chapter: ${props.chapter.value}",
5757
color = Color.Gray
5858
)
5959
}

0 commit comments

Comments
 (0)