Fixed #4: Corrected dependency constraint
Showing
... | ... | @@ -23,9 +23,9 @@ |
"author": "Greg Wilson", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"react-native": "^0.28.0" | ||
"react-native": ">=0.28.0" | ||
}, | ||
"peerDependencies": { | ||
"react-native": "^0.28.0" | ||
"react-native": ">=0.28.0" | ||
} | ||
} |
Please register or sign in to comment