Skip to content

Commit

Permalink
remove use of Colors class
Browse files Browse the repository at this point in the history
  • Loading branch information
Doron Tohar committed Aug 13, 2017
1 parent beafc4f commit 1100cdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HyperlinkedTextExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.47.1",
"react-native-hyperlinked-text": "^0.0.1"
"react-native-hyperlinked-text": "^0.0.2"
},
"devDependencies": {
"babel-jest": "20.0.3",
Expand Down
6 changes: 3 additions & 3 deletions HyperlinkedTextExample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3200,9 +3200,9 @@ [email protected]:
shell-quote "^1.6.1"
ws "^2.0.3"

react-native-hyperlinked-text@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/react-native-hyperlinked-text/-/react-native-hyperlinked-text-0.0.1.tgz#021a898bbac17f97f60d817f7924bc5b84810711"
react-native-hyperlinked-text@^0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/react-native-hyperlinked-text/-/react-native-hyperlinked-text-0.0.2.tgz#e725a50ce670eb16fe6a2270e05054f910dd9331"
dependencies:
ramda "^0.24.1"

Expand Down
2 changes: 1 addition & 1 deletion Styles/HyperlinkedTextStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { StyleSheet } from 'react-native'

export default StyleSheet.create({
hyperlink: {
color: Colors.hyperlink
color: '#0000EE'
}
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-hyperlinked-text",
"version": "0.0.2",
"version": "0.0.3",
"keywords": [
"react-native", "hyperlink", "hyperlinks", "regex", "links"
],
Expand Down

0 comments on commit 1100cdc

Please sign in to comment.