Gathering detailed insights and metrics for @expo-google-fonts/wavefont
Gathering detailed insights and metrics for @expo-google-fonts/wavefont
Gathering detailed insights and metrics for @expo-google-fonts/wavefont
Gathering detailed insights and metrics for @expo-google-fonts/wavefont
Use any of the 1000+ fonts (and their variants) from fonts.google.com in your Expo app.
npm install @expo-google-fonts/wavefont
Typescript
Module System
Node Version
NPM Version
JavaScript (98.83%)
TypeScript (1.12%)
EJS (0.04%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
864 Stars
173 Commits
73 Forks
12 Watchers
3 Branches
24 Contributors
Updated on Jul 06, 2025
Latest Version
0.4.1
Package Id
@expo-google-fonts/wavefont@0.4.1
Unpacked Size
384.62 kB
Size
121.73 kB
File Count
46
NPM Version
10.8.2
Node Version
20.19.2
Published on
May 31, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
This package lets you use the Wavefont font family from Google Fonts in your Expo app.
This font family contains 9 styles.
Wavefont_100Thin
Wavefont_200ExtraLight
Wavefont_300Light
Wavefont_400Regular
Wavefont_500Medium
Wavefont_600SemiBold
Wavefont_700Bold
Wavefont_800ExtraBold
Wavefont_900Black
Run this command from the shell in the root directory of your Expo project to add the font family package to your project
1npx expo install @expo-google-fonts/wavefont expo-font
Now add code like this to your project
1import { Text, View } from "react-native"; 2import { useFonts } from '@expo-google-fonts/wavefont/useFonts'; 3import { Wavefont_100Thin } from '@expo-google-fonts/wavefont/100Thin'; 4import { Wavefont_200ExtraLight } from '@expo-google-fonts/wavefont/200ExtraLight'; 5import { Wavefont_300Light } from '@expo-google-fonts/wavefont/300Light'; 6import { Wavefont_400Regular } from '@expo-google-fonts/wavefont/400Regular'; 7import { Wavefont_500Medium } from '@expo-google-fonts/wavefont/500Medium'; 8import { Wavefont_600SemiBold } from '@expo-google-fonts/wavefont/600SemiBold'; 9import { Wavefont_700Bold } from '@expo-google-fonts/wavefont/700Bold'; 10import { Wavefont_800ExtraBold } from '@expo-google-fonts/wavefont/800ExtraBold'; 11import { Wavefont_900Black } from '@expo-google-fonts/wavefont/900Black'; 12 13export default () => { 14 15 let [fontsLoaded] = useFonts({ 16 Wavefont_100Thin, 17 Wavefont_200ExtraLight, 18 Wavefont_300Light, 19 Wavefont_400Regular, 20 Wavefont_500Medium, 21 Wavefont_600SemiBold, 22 Wavefont_700Bold, 23 Wavefont_800ExtraBold, 24 Wavefont_900Black 25 }); 26 27 let fontSize = 24; 28 let paddingVertical = 6; 29 30 if (!fontsLoaded) { 31 return null; 32 } else { 33 return ( 34 <View style={{ flex: 1, justifyContent: "center", alignItems: "center" }}> 35 <Text style={{ 36 fontSize, 37 paddingVertical, 38 // Note the quoting of the value for `fontFamily` here; it expects a string! 39 fontFamily: "Wavefont_100Thin" 40 }}> 41 Wavefont Thin 42 </Text> 43 <Text style={{ 44 fontSize, 45 paddingVertical, 46 // Note the quoting of the value for `fontFamily` here; it expects a string! 47 fontFamily: "Wavefont_200ExtraLight" 48 }}> 49 Wavefont Extra Light 50 </Text> 51 <Text style={{ 52 fontSize, 53 paddingVertical, 54 // Note the quoting of the value for `fontFamily` here; it expects a string! 55 fontFamily: "Wavefont_300Light" 56 }}> 57 Wavefont Light 58 </Text> 59 <Text style={{ 60 fontSize, 61 paddingVertical, 62 // Note the quoting of the value for `fontFamily` here; it expects a string! 63 fontFamily: "Wavefont_400Regular" 64 }}> 65 Wavefont Regular 66 </Text> 67 <Text style={{ 68 fontSize, 69 paddingVertical, 70 // Note the quoting of the value for `fontFamily` here; it expects a string! 71 fontFamily: "Wavefont_500Medium" 72 }}> 73 Wavefont Medium 74 </Text> 75 <Text style={{ 76 fontSize, 77 paddingVertical, 78 // Note the quoting of the value for `fontFamily` here; it expects a string! 79 fontFamily: "Wavefont_600SemiBold" 80 }}> 81 Wavefont Semi Bold 82 </Text> 83 <Text style={{ 84 fontSize, 85 paddingVertical, 86 // Note the quoting of the value for `fontFamily` here; it expects a string! 87 fontFamily: "Wavefont_700Bold" 88 }}> 89 Wavefont Bold 90 </Text> 91 <Text style={{ 92 fontSize, 93 paddingVertical, 94 // Note the quoting of the value for `fontFamily` here; it expects a string! 95 fontFamily: "Wavefont_800ExtraBold" 96 }}> 97 Wavefont Extra Bold 98 </Text> 99 <Text style={{ 100 fontSize, 101 paddingVertical, 102 // Note the quoting of the value for `fontFamily` here; it expects a string! 103 fontFamily: "Wavefont_900Black" 104 }}> 105 Wavefont Black 106 </Text> 107 </View> 108 ); 109 } 110};
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
If you are trying out lots of different fonts, you can try using the @expo-google-fonts/dev
package.
You can import any font style from any Expo Google Fonts package from it. It will load the fonts over the network at runtime instead of adding the asset as a file to your project, so it may take longer for your app to get to interactivity at startup, but it is extremely convenient for playing around with any style that you want.
The @expo-google-fonts/wavefont
package and its code are released under the MIT license.
All the fonts in the Google Fonts catalog are free and open source.
Check the Wavefont page on Google Fonts for the specific license of this font family.
You can use these fonts freely in your products & projects - print or digital, commercial or otherwise. However, you can't sell the fonts on their own. This isn't legal advice, please consider consulting a lawyer and see the full license for all details.
@expo-google-fonts/dev
Devlopment PackageContributions are very welcome! This entire directory, including what you are reading now, was generated from code. Instead of submitting PRs to this directly, please make contributions to the generator instead.
No vulnerabilities found.
Reason
27 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
Found 11/13 approved changesets -- score normalized to 8
Reason
branch protection is not maximal on development and all release branches
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More