typo fixes
This commit is contained in:
parent
ddc7f8e39a
commit
f8050997d9
|
@ -22,7 +22,7 @@ A `<LinearGradient>` component for react-native, as seen in
|
|||
5. Whenever you want to use it within React code now you can: `var LinearGradient =
|
||||
require('react-native-linear-gradient');`
|
||||
|
||||
**If you're having trouble, you can point your `package.json` at github to see if the issue has been fixed. Simply replace the dependency `"react-native-linear-gradient": "brentvatne/react-native-linear-gradient",` and then `npm install`
|
||||
**If you're having trouble, you can point your `package.json` at github to see if the issue has been fixed. Simply change the dependency `"react-native-linear-gradient": "brentvatne/react-native-linear-gradient",` and then `npm install`**
|
||||
|
||||
#### Android
|
||||
|
||||
|
|
Loading…
Reference in New Issue