mirror of
https://github.com/status-im/react-native-linear-gradient.git
synced 2025-01-20 20:49:39 +00:00
Bump and add support for react-native 0.3.10
This commit is contained in:
parent
59932f4cba
commit
404851c263
@ -4,6 +4,8 @@
|
||||
|
||||
@implementation BVLinearGradientManager
|
||||
|
||||
RCT_EXPORT_MODULE();
|
||||
|
||||
@synthesize bridge = _bridge;
|
||||
|
||||
- (UIView *)view
|
||||
|
@ -6,7 +6,7 @@
|
||||
"start": "node_modules/react-native/packager/packager.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-native": "^0.3.4",
|
||||
"react-native-linear-gradient": "^0.1.4"
|
||||
"react-native": "^0.3.10",
|
||||
"react-native-linear-gradient": "^0.1.6"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-linear-gradient",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"description": "A <LinearGradient> element for react-native",
|
||||
"main": "LinearGradient.ios.js",
|
||||
"author": {
|
||||
@ -13,7 +13,7 @@
|
||||
"url": "git@github.com:brentvatne/react-native-linear-gradient.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-native": "^0.3.1"
|
||||
"react-native": "^0.3.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest-cli": "0.2.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user