Merge remote-tracking branch 'upstream/master' into 5.4.0-conformance

# Conflicts:
#	package.json
This commit is contained in:
Mikael Sand
2017-08-04 17:25:54 +03:00
2 changed files with 5 additions and 1 deletions
@@ -53,4 +53,8 @@ public class SvgPackage implements ReactPackage {
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) { public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
return Collections.<NativeModule>singletonList(new SvgViewModule(reactContext)); return Collections.<NativeModule>singletonList(new SvgViewModule(reactContext));
} }
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
} }
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "5.3.3", "version": "5.4.1",
"name": "react-native-svg", "name": "react-native-svg",
"description": "SVG library for react-native", "description": "SVG library for react-native",
"repository": { "repository": {