Skip to content

Commit 0048622

Browse files
committed
chore: update docs
1 parent 4073f2b commit 0048622

80 files changed

Lines changed: 35679 additions & 80 deletions

File tree

Some content is hidden

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

.cursor/rules/custom.mdc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
description:
3+
globs:
4+
---
5+
6+
# Your rule content
7+
8+
- You can @ files here
9+
- You can use markdown but dont have to

Instalog.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/Zfinix/react-native-instalog.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
18+
s.dependency "InstalogIOS", "~> 1.0.1"
19+
1820

1921
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2022
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ android {
7575
}
7676

7777
repositories {
78-
mavenCentral()
7978
google()
8079
}
8180

@@ -84,5 +83,6 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
8483
dependencies {
8584
implementation "com.facebook.react:react-android"
8685
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
86+
api "dev.instalog:mobile:1.0.2"
8787
}
8888

42.6 KB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
6+
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

android/gradlew

Lines changed: 252 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/gradlew.bat

Lines changed: 94 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
Version: BCPG v1.68
3+
4+
iF4EABYKAAYFAmfgfxIACgkQQzQ09M1jb91QHQD9EkTR8+MKplb8EYbpMmNOZYLM
5+
PhY/c5LEo0i2Oth70nIA+wRRTqFSLdUnpI1Kzxh3P/xXBvb0N+QvRKBoO+zvviME
6+
=xoBt
7+
-----END PGP SIGNATURE-----

0 commit comments

Comments
 (0)