mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 07:25:53 +00:00
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