-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Custom Fonts and Expo Migration #163
base: main
Are you sure you want to change the base?
feat: add Custom Fonts and Expo Migration #163
Conversation
Hi @remicolin, just did this PR, take a look and tell me what to add or change |
here is the error i got running yarn start:
|
@remicolin take a look please |
…diegocv27/proof-of-passport into add-custom-ttf-fonts-to-app
I got this issue while running "yarn ios" `❌ (/app/ios/Pods/QKMRZScanner/QKMRZScanner/QKMRZScannerView.swift:11:8) 9 | import AVFoundation
|
ok, let me fix it 🫡 |
@remicolin let me know🫡 |
hi @juandiegocv27 error is fixed but i got a new one: `› Linking ProofOfPassport » ProofOfPassport ❌ ld: framework 'CoreAudioTypes' not found ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
› 2 error(s), and 7 warning(s) CommandError: Failed to build iOS project. "xcodebuild" exited with error code 65.` |
Moved to Expo
package.json
for Expo dependencies and scripts.Custom Fonts
assets/fonts/Lato-Bold.ttf
assets/fonts/Lato-BoldItalic.ttf
assets/fonts/Lato-Italic.ttf
assets/fonts/Lato-Regular.ttf
assets/fonts/Luciole-Bold-Italic.ttf
assets/fonts/Luciole-Bold.ttf
assets/fonts/Luciole-Regular-Italic.ttf
assets/fonts/Luciole-Regular.ttf
app.json
to bundle these fonts.expo-font
to load them in the app.Config and Dependencies
package.json
and other configuration files.Fixes and Improvements
PR created by the issue: #158