Skip to content

Commit 3c96275

Browse files
committed
initial commit
0 parents  commit 3c96275

File tree

182 files changed

+23182
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+23182
-0
lines changed

.gitignore

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### Xcode template
3+
# Xcode
4+
#
5+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
6+
7+
## User settings
8+
xcuserdata/
9+
10+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
11+
*.xcscmblueprint
12+
*.xccheckout
13+
14+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
15+
build/
16+
Index/
17+
DerivedData/
18+
*.moved-aside
19+
*.pbxuser
20+
!default.pbxuser
21+
*.mode1v3
22+
!default.mode1v3
23+
*.mode2v3
24+
!default.mode2v3
25+
*.perspectivev3
26+
!default.perspectivev3
27+
### Android template
28+
# Built application files
29+
*.apk
30+
*.ap_
31+
32+
# Files for the ART/Dalvik VM
33+
*.dex
34+
35+
# Java class files
36+
*.class
37+
38+
# Generated files
39+
bin/
40+
gen/
41+
out/
42+
43+
# Gradle files
44+
.gradle/
45+
build/
46+
47+
# Local configuration file (sdk path, etc)
48+
local.properties
49+
50+
# Proguard folder generated by Eclipse
51+
proguard/
52+
53+
# Log Files
54+
*.log
55+
56+
# Android Studio Navigation editor temp files
57+
.navigation/
58+
59+
# Android Studio captures folder
60+
captures/
61+
62+
# IntelliJ
63+
*.iml
64+
.idea/workspace.xml
65+
.idea/tasks.xml
66+
.idea/gradle.xml
67+
.idea/assetWizardSettings.xml
68+
.idea/dictionaries
69+
.idea/libraries
70+
.idea/caches
71+
72+
# Keystore files
73+
# Uncomment the following line if you do not want to check your keystore files in.
74+
#*.jks
75+
76+
# External native build folder generated in Android Studio 2.2 and later
77+
.externalNativeBuild
78+
79+
# Google Services (e.g. APIs or Firebase)
80+
google-services.json
81+
82+
# Freeline
83+
freeline.py
84+
freeline/
85+
freeline_project_description.json
86+
87+
# fastlane
88+
fastlane/report.xml
89+
fastlane/Preview.html
90+
fastlane/screenshots
91+
fastlane/test_output
92+
fastlane/readme.md
93+
94+
node_modules/

.idea/encodings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
react-native-naver-map
2+
-----
3+
446 Bytes
Binary file not shown.
110 KB
Binary file not shown.

android/.idea/compiler.xml

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/encodings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/gradle.xml

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/inspectionProfiles/Project_Default.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__android_android_23.xml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__android_arch_core_common_1_1_1_jar.xml

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__android_arch_core_runtime_1_1_1_aar.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__android_arch_lifecycle_common_1_1_1_jar.xml

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__android_arch_lifecycle_livedata_1_1_1_aar.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__android_arch_lifecycle_livedata_core_1_1_1_aar.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_1_1_aar.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__android_arch_lifecycle_viewmodel_1_1_1_aar.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_28_0_0_aar.xml

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__com_android_support_appcompat_v7_28_0_0_aar.xml

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__com_android_support_asynclayoutinflater_28_0_0_aar.xml

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__com_android_support_collections_28_0_0_jar.xml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/libraries/Gradle__com_android_support_coordinatorlayout_28_0_0_aar.xml

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)