Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonovak/ios-linking-repro
https://github.com/vonovak/ios-linking-repro
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/vonovak/ios-linking-repro
- Owner: vonovak
- Created: 2024-08-20T14:07:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T14:09:22.000Z (3 months ago)
- Last Synced: 2024-10-12T10:16:34.819Z (about 1 month ago)
- Language: TypeScript
- Size: 792 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### repro
1. run `yarn install`
2. `npx expo prebuild --clean -p ios`
3. `xed ios`
4. observe that in xcode, expo-font is not included
5. go to `node_modules/expo-font/ios/ExpoFont.podspec` and change s.platforms.ios to 13
6. again run prebuild and open project - now expo-font is included!