@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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/@danielskripnik/how-to-add-and-remove-custom-fonts-in-react-native-b2830084b0e4)
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@originallyus/feedback-rn-sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A cross-platform Feedback component for React Native.",
5
5
  "main": "lib/commonjs/index",
6
6
  "react-native": "lib/commonjs/index",