mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 07:06:04 +00:00
Merge remote-tracking branch 'upstream/master' into 5.4.0-conformance
# Conflicts: # package.json
This commit is contained in:
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user