diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b258f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +### Android Studio ### +.idea/ +.gradle/ +local.properties + +### Xcode ### + +## Build generated +build/ +DerivedData/ + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ + +## Other +*.moved-aside +*.xccheckout +*.xcscmblueprint + +### /Xcode ### + +### OS X +.DS_Store + +### Node +node_modules +*.log +yarn.lock + +## Android iml +*.iml + +.vscode/ \ No newline at end of file diff --git a/android/SpringScrollViewExample.iml b/android/SpringScrollViewExample.iml index e0dbc2d..c787ff3 100644 --- a/android/SpringScrollViewExample.iml +++ b/android/SpringScrollViewExample.iml @@ -1,19 +1,169 @@ - + - + + + + - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/app.iml b/android/app/app.iml index e522588..2378e13 100644 --- a/android/app/app.iml +++ b/android/app/app.iml @@ -17,7 +17,8 @@