Feature/upgrade expo sdk 54#8
Open
kamalalshinawi wants to merge 13 commits into
Open
Conversation
Introduce shared English month names for database filtering while UI uses translated labels. Add strings for RTL restart alerts and tab labels. Co-authored-by: Cursor <[email protected]>
Wire CreatePin, ValidatePin, EditPin, and EditUsername to react-i18next so onboarding copy appears in English or Arabic. Co-authored-by: Cursor <[email protected]>
Translate greetings, empty state, dashboard, year chips, and diary list dates while keeping English month names for database queries. Co-authored-by: Cursor <[email protected]>
Translate form labels, placeholders, top bars, delete confirmation, and diary date display across Add, Edit, and Diary screens. Co-authored-by: Cursor <[email protected]>
Use translated strings for speech UI, tab labels, and the RTL restart prompt. Select ar-SA or en-US locale for voice recognition by language. Co-authored-by: Cursor <[email protected]>
Bump expo to ^54 with React 19.1 and React Native 0.81. Align all expo-* packages, add babel-preset-expo, and remove duplicate voice dep. Co-authored-by: Cursor <[email protected]>
Replace legacy WebSQL-style openDatabase with openDatabaseSync, runAsync, and getAllAsync required by expo-sqlite 16. Co-authored-by: Cursor <[email protected]>
Hermes rejects implicit globals like lightmode and css assignments without const/let, which caused ReferenceError on the Home screen. Co-authored-by: Cursor <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
upgrade app to sdk 54 instead sdk 51