Fonts not loaded on CodePush OTA version
- [x] Review the documentation: https://github.com/oblador/react-native-vector-icons
- [x] Search for existing issues (including closed issues): https://github.com/oblador/react-native-vector-icons/issues
Environment
deploying to iOS
react-native: 0.64.2
react-native-code-push: 7.0.1
react-native-vector-icons: 6.6.0
Description
The bundled version of the app works just fine. Icons are visible, everything is cool.
When I get the OTA update from codepush, however, the icons disappear and are replaced with "missing glyph" placeholders.
In the screenshots, I've circled my version information. "edge" means it is what the app was bundled with. v## is the Codepush update of that version number.
Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve
unfortunately, reproducing requires a whole codepush infrastructure to set up. I'll happily perform whatever tests you would like if you can think of any way to help narrow down the exact error that is occurring. I'm also opening a bug with codepush