forked from corymsmith/react-native-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for error when inside TouchableHighlight. Removing peer dependency
- Loading branch information
1 parent
2f904c9
commit 09b78e7
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-native-icons", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Use 1000's of icon fonts in your React Native app including the tab bar.", | ||
"main": "index.js", | ||
"author": "Cory Smith <[email protected]>", | ||
|
@@ -24,8 +24,5 @@ | |
}, | ||
"react-native-module": { | ||
"podfile": "react-native-icons.podspec" | ||
}, | ||
"peerDependencies": { | ||
"react-native": ">=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc" | ||
} | ||
} |