mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 00:42:31 +00:00
Merge pull request #421 from react-native-community/5.4.0
support 0.47.0
This commit is contained in:
@@ -44,11 +44,6 @@ public class SvgPackage implements ReactPackage {
|
|||||||
new SvgViewManager());
|
new SvgViewManager());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<Class<? extends JavaScriptModule>> createJSModules() {
|
|
||||||
return Collections.emptyList();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
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));
|
||||||
|
|||||||
Reference in New Issue
Block a user