@originallyus/feedback-rn-sdk 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,6 @@ OpenSans-Regular.ttf
|
|
|
31
31
|
OpenSans-SemiBold.ttf
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
Please follow this guide to install fonts: [`Install Fonts to RN App`](https://medium.com/@
|
|
34
|
+
Please follow this guide to install fonts: [`Install Fonts to RN App`](https://medium.com/@prathiba2796/how-to-add-and-use-custom-fonts-in-react-native-369d5bba9203)
|
|
35
35
|
|
|
36
36
|
Please do not change the filenames as Android are using those to identify fonts. These filenames follows actual PostScript Name of the fonts.
|