forked from software-mansion/react-native-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Example
updated
26 files
+2 −2 | .babelrc | |
+6 −3 | .flowconfig | |
+26 −27 | android/app/BUCK | |
+12 −5 | android/app/build.gradle | |
+4 −0 | android/app/proguard-rules.pro | |
+2 −1 | android/app/src/main/AndroidManifest.xml | |
+1 −1 | android/app/src/main/java/com/svgexample/MainApplication.java | |
+1 −1 | android/build.gradle | |
+8 −10 | android/gradle.properties | |
+3 −7 | android/gradlew | |
+90 −90 | android/gradlew.bat | |
+6 −6 | android/keystores/BUCK | |
+4 −0 | app.json | |
+1 −1 | examples/Clipping.js | |
+1 −1 | examples/G.js | |
+52 −8 | examples/Gradients.js | |
+21 −1 | examples/Image.js | |
+8 −10 | examples/Path.js | |
+7 −4 | examples/Polygon.js | |
+1 −1 | examples/Polyline.js | |
+2 −2 | examples/Reusable.js | |
+1 −1 | examples/Stroking.js | |
+11 −9 | examples/Text.js | |
+570 −39 | ios/SvgExample.xcodeproj/project.pbxproj | |
+2 −0 | ios/SvgExample/Info.plist | |
+4 −3 | package.json |