mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Merge pull request #1424 from ajwhite/react-native-dependency-version
Remove upper bound on react-native peerDependency
This commit is contained in:
commit
bb7ce26438
@ -74,6 +74,6 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-native": "0.27.0 - 0.43.x"
|
||||
"react-native": ">=0.27.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user