Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project #1180

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.pbxproj -text
33 changes: 19 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -18,36 +19,40 @@ xcuserdata
DerivedData
*.hmap
*.ipa
gradle
project.xcworkspace
*.xcuserstate

# Android/IJ
# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
build
*.iml
*.keystore
!debug.keystore
android/gradle/
android/gradlew
android/gradlew.bat

# node.js
#
node_modules
node_modules/
npm-debug.log
yarn-error.log

# CocoaPods
/ios/Pods/

# webstorm
#
*.iml

# unfinished documents
#
# Other
cn-doc.md

# experimental code
#
experimental/

# Generated
/lib/
/flow-typed/

# VS Code
.vscode/
.classpath
.project
.settings/
6 changes: 0 additions & 6 deletions android/.classpath

This file was deleted.

23 changes: 0 additions & 23 deletions android/.project

This file was deleted.

2 changes: 0 additions & 2 deletions android/.settings/org.eclipse.buildship.core.prefs

This file was deleted.

4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext.safeExtGet = {prop, fallback ->
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
}

// The Android Gradle plugin is only required when opening the android folder stand-alone.
// This avoids unnecessary downloads and potential conflicts when the library is included as a
// module dependency in an application project.
Expand All @@ -11,7 +11,7 @@ buildscript {
google()
jcenter()
}

dependencies {
//noinspection GradleDependency
classpath("com.android.tools.build:gradle:3.5.1")
Expand Down
160 changes: 0 additions & 160 deletions android/gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions android/gradlew.bat

This file was deleted.

1 change: 0 additions & 1 deletion ios/Brushes/RNSVGPainter.m
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,3 @@ - (void)paintRadialGradient:(CGContextRef)context bounds:(CGRect)bounds
}

@end

1 change: 0 additions & 1 deletion ios/Elements/RNSVGDefs.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event
}

@end

Loading