Files
iNaturalistReactNative/react-native.config.js
Amanda Bullington a07ee979e6 Custom fonts (#192)
* Add Whitney fonts to project
* Use styled components to pass whitney as default font for all app text
* Add header component using Papyrus as default font
* Update realm and add custom font examples for Android

Co-authored-by: Ken-ichi Ueda <kenichi.ueda@gmail.com>
2022-10-20 15:23:10 -07:00

11 lines
236 B
JavaScript

module.exports = {
dependencies: {
"react-native-config": {
platforms: {
android: null // disable Android platform, other platforms will still autolink if provided
}
}
},
assets: ["./assets/fonts/"]
};