mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-23 11:16:42 +00:00
native prop tranform => trans,fix defs typo
This commit is contained in:
@@ -10,6 +10,6 @@ public class MainActivity extends ReactActivity {
|
||||
*/
|
||||
@Override
|
||||
protected String getMainComponentName() {
|
||||
return "ArtSvgExample";
|
||||
return "SvgExample";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">ArtSvgExample</string>
|
||||
<string name="app_name">SvgExample</string>
|
||||
</resources>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rootProject.name = 'ArtSvgExample'
|
||||
rootProject.name = 'SvgExample'
|
||||
|
||||
include ':app'
|
||||
include ':react-native-svg'
|
||||
|
||||
Reference in New Issue
Block a user