Skip to content

Commit 36fc854

Browse files
author
Kyler Jensen
committed
fix: fixed documentation
1 parent ede1cfc commit 36fc854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This library aims to make life easier by allowing React Native developers to use
4040
yarn add expo-font
4141
```
4242

43-
2. Wrap your application's root component in a `<FontFacesProvider />`, provide a `FontLoader`, and import the desired font faces. Then just use the font family as you would normally expect:
43+
2. Add a call to `enableFontFaces()` in your application's entry point, and import the desired font faces. Then just use the font family as you would normally expect:
4444

4545
```jsx
4646
// App.tsx

0 commit comments

Comments
 (0)