Skip to content

Commit ec3da4c

Browse files
authored
Merge pull request #12 from CodingFactory-Repos/develop
Merge develop to imager
2 parents 0df3f85 + 58e9be4 commit ec3da4c

25 files changed

+699
-207
lines changed

.github/workflows/eslint.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,3 +497,4 @@ $RECYCLE.BIN/
497497
# - Also handy if you have a large number of dependant pods
498498
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
499499
Pods/
500+
vendor/

Gemfile.lock

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
7+
rexml
8+
activesupport (6.1.7.7)
9+
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
i18n (>= 1.6, < 2)
11+
minitest (>= 5.1)
12+
tzinfo (~> 2.0)
13+
zeitwerk (~> 2.3)
14+
addressable (2.8.6)
15+
public_suffix (>= 2.0.2, < 6.0)
16+
algoliasearch (1.27.5)
17+
httpclient (~> 2.8, >= 2.8.3)
18+
json (>= 1.5.1)
19+
atomos (0.1.3)
20+
base64 (0.2.0)
21+
claide (1.1.0)
22+
cocoapods (1.14.3)
23+
addressable (~> 2.8)
24+
claide (>= 1.0.2, < 2.0)
25+
cocoapods-core (= 1.14.3)
26+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
27+
cocoapods-downloader (>= 2.1, < 3.0)
28+
cocoapods-plugins (>= 1.0.0, < 2.0)
29+
cocoapods-search (>= 1.0.0, < 2.0)
30+
cocoapods-trunk (>= 1.6.0, < 2.0)
31+
cocoapods-try (>= 1.1.0, < 2.0)
32+
colored2 (~> 3.1)
33+
escape (~> 0.0.4)
34+
fourflusher (>= 2.3.0, < 3.0)
35+
gh_inspector (~> 1.0)
36+
molinillo (~> 0.8.0)
37+
nap (~> 1.0)
38+
ruby-macho (>= 2.3.0, < 3.0)
39+
xcodeproj (>= 1.23.0, < 2.0)
40+
cocoapods-core (1.14.3)
41+
activesupport (>= 5.0, < 8)
42+
addressable (~> 2.8)
43+
algoliasearch (~> 1.0)
44+
concurrent-ruby (~> 1.1)
45+
fuzzy_match (~> 2.0.4)
46+
nap (~> 1.0)
47+
netrc (~> 0.11)
48+
public_suffix (~> 4.0)
49+
typhoeus (~> 1.0)
50+
cocoapods-deintegrate (1.0.5)
51+
cocoapods-downloader (2.1)
52+
cocoapods-plugins (1.0.0)
53+
nap
54+
cocoapods-search (1.0.1)
55+
cocoapods-trunk (1.6.0)
56+
nap (>= 0.8, < 2.0)
57+
netrc (~> 0.11)
58+
cocoapods-try (1.2.0)
59+
colored2 (3.1.2)
60+
concurrent-ruby (1.2.3)
61+
escape (0.0.4)
62+
ethon (0.16.0)
63+
ffi (>= 1.15.0)
64+
ffi (1.16.3)
65+
fourflusher (2.3.1)
66+
fuzzy_match (2.0.4)
67+
gh_inspector (1.1.3)
68+
httpclient (2.8.3)
69+
i18n (1.14.1)
70+
concurrent-ruby (~> 1.0)
71+
json (2.7.1)
72+
minitest (5.22.2)
73+
molinillo (0.8.0)
74+
nanaimo (0.3.0)
75+
nap (1.1.0)
76+
netrc (0.11.0)
77+
nkf (0.2.0)
78+
public_suffix (4.0.7)
79+
rexml (3.2.6)
80+
ruby-macho (2.5.1)
81+
typhoeus (1.4.1)
82+
ethon (>= 0.9.0)
83+
tzinfo (2.0.6)
84+
concurrent-ruby (~> 1.0)
85+
xcodeproj (1.24.0)
86+
CFPropertyList (>= 2.3.3, < 4.0)
87+
atomos (~> 0.1.3)
88+
claide (>= 1.0.2, < 2.0)
89+
colored2 (~> 3.1)
90+
nanaimo (~> 0.3.0)
91+
rexml (~> 3.2.4)
92+
zeitwerk (2.6.13)
93+
94+
PLATFORMS
95+
ruby
96+
97+
DEPENDENCIES
98+
activesupport (>= 6.1.7.5, < 7.1.0)
99+
cocoapods (>= 1.13, < 1.15)
100+
101+
RUBY VERSION
102+
ruby 2.6.10p210
103+
104+
BUNDLED WITH
105+
2.3.4

assets/kayu.png

280 KB
Loading

ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ PODS:
11131113
- React-jsi (= 0.73.5)
11141114
- React-logger (= 0.73.5)
11151115
- React-perflogger (= 0.73.5)
1116-
- RNCAsyncStorage (1.22.2):
1116+
- RNCAsyncStorage (1.22.3):
11171117
- React-Core
11181118
- RNScreens (3.29.0):
11191119
- glog
@@ -1396,12 +1396,12 @@ SPEC CHECKSUMS:
13961396
React-runtimescheduler: 814b644a5f456c7df1fba7bcd9914707152527c6
13971397
React-utils: 987a4526a2fc0acdfaf87888adfe0bf9d0452066
13981398
ReactCommon: 2947b0bffd82ea0e58ca7928881152d4c6dae9af
1399-
RNCAsyncStorage: 014a78b2cc8cc107c9e92ee428dc0c1ac3223416
1399+
RNCAsyncStorage: 10591b9e0a91eaffee14e69b3721009759235125
14001400
RNScreens: 17e2f657f1b09a71ec3c821368a04acbb7ebcb46
14011401
RNVectorIcons: 73ab573085f65a572d3b6233e68996d4707fd505
14021402
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
14031403
VisionCamera: 7a5c87805b13adaaa557132b44879ed1e1e39786
1404-
Yoga: 9e6a04eacbd94f97d94577017e9f23b3ab41cf6c
1404+
Yoga: a716eea57d0d3430219c0a5a233e1e93ee931eb7
14051405

14061406
PODFILE CHECKSUM: 0324d2f1bead3c67e34ad5270355479295c48a2e
14071407

0 commit comments

Comments
 (0)