native prop tranform => trans,fix defs typo

This commit is contained in:
Horcrux
2016-07-25 11:15:39 +08:00
parent c846c59ed6
commit a2598a5591
15 changed files with 74 additions and 23 deletions
@@ -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 -1
View File
@@ -1,4 +1,4 @@
rootProject.name = 'ArtSvgExample'
rootProject.name = 'SvgExample'
include ':app'
include ':react-native-svg'