Dev#436
Merged
Merged
Conversation
- Bump EXConstants from 18.0.11 to 18.0.13 - Bump ExpoAsset from 12.0.11 to 12.0.12 - Bump ExpoFileSystem from 19.0.20 to 19.0.21 - Bump ExpoHead from 6.0.17 to 6.0.21 - Bump ExpoImagePicker from 17.0.9 to 17.0.10 - Bump ExpoLinking from 8.0.10 to 8.0.11 - Bump ExpoSplashScreen from 31.0.12 to 31.0.13 - Update Firebase dependencies to version 12.6.0 - Bump SDWebImage from 5.21.3 to 5.21.5
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.
This pull request mainly updates the iOS project configuration and improves theme handling in the tab layout. The most significant changes are related to the
ios/BitSleuthWallet.xcodeproj/project.pbxprojfile, which manages build phases, frameworks, and resource scripts, as well as adding a Firebase configuration example file and enhancing theme fallback logic in the tab layout.iOS Project Configuration Updates:
project.pbxproj, including renaming and replacing framework and xcconfig file references for improved clarity and consistency. [1] [2] [3] [4]Firebase Setup:
GoogleService-Info.example.plistto provide instructions and a template for setting up Firebase on iOS, making onboarding and configuration easier for new developers.Theme Handling in Tab Layout:
app/(tabs)/_layout.tsxby defaulting tolightThemeif the wallet context is not available, which prevents errors during initial app load.lightThemefrom constants to support the fallback mechanism.