File tree 9 files changed +1901
-470
lines changed
9 files changed +1901
-470
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,26 @@ DerivedData
28
28
* .ipa
29
29
* .xcuserstate
30
30
project.xcworkspace
31
+ ** /.xcode.env.local
31
32
32
33
# Android/IJ
33
34
#
34
- .idea
35
+ .classpath
36
+ .cxx
35
37
.gradle
38
+ .idea
39
+ .project
40
+ .settings
36
41
local.properties
37
42
android.iml
38
43
39
44
# Cocoapods
40
45
#
41
46
example /ios /Pods
42
47
48
+ # Ruby
49
+ example /vendor /
50
+
43
51
# node.js
44
52
#
45
53
node_modules /
@@ -56,17 +64,112 @@ buck-out/
56
64
android /app /libs
57
65
android /keystores /debug.keystore
58
66
67
+ # Yarn
68
+ .yarn /*
69
+ ! .yarn /patches
70
+ ! .yarn /plugins
71
+ ! .yarn /releases
72
+ ! .yarn /sdks
73
+ ! .yarn /versions
74
+
59
75
# Expo
60
- .expo /*
76
+ .expo /
77
+
78
+ # Turborepo
79
+ .turbo /
61
80
62
81
# generated by bob
63
82
lib /
64
83
84
+ # React Native Codegen
85
+ ios /generated
86
+ android /generated
87
+
88
+ # React Native Nitro Modules
89
+ nitrogen /
90
+ # OSX
91
+ #
92
+ .DS_Store
93
+
94
+ # XDE
95
+ .expo /
96
+
97
+ # VSCode
98
+ .vscode /
99
+ jsconfig.json
100
+
101
+ # Xcode
102
+ #
103
+ build /
104
+ * .pbxuser
105
+ ! default.pbxuser
106
+ * .mode1v3
107
+ ! default.mode1v3
108
+ * .mode2v3
109
+ ! default.mode2v3
110
+ * .perspectivev3
111
+ ! default.perspectivev3
112
+ xcuserdata
113
+ * .xccheckout
114
+ * .moved-aside
115
+ DerivedData
116
+ * .hmap
117
+ * .ipa
118
+ * .xcuserstate
119
+ project.xcworkspace
120
+ ** /.xcode.env.local
121
+
122
+ # Android/IJ
123
+ #
124
+ .classpath
125
+ .cxx
126
+ .gradle
127
+ .idea
128
+ .project
129
+ .settings
130
+ local.properties
131
+ android.iml
132
+
133
+ # Cocoapods
134
+ #
135
+ example /ios /Pods
136
+
137
+ # Ruby
138
+ example /vendor /
139
+
140
+ # node.js
141
+ #
142
+ node_modules /
143
+ npm-debug.log
144
+ yarn-debug.log
145
+ yarn-error.log
146
+
147
+ # BUCK
148
+ buck-out /
149
+ \. buckd /
150
+ android /app /libs
151
+ android /keystores /debug.keystore
152
+
65
153
# Yarn
66
154
.yarn /*
67
- ! .yarn /cache
68
155
! .yarn /patches
69
156
! .yarn /plugins
70
157
! .yarn /releases
71
158
! .yarn /sdks
72
- ! .yarn /versions
159
+ ! .yarn /versions
160
+
161
+ # Expo
162
+ .expo /
163
+
164
+ # Turborepo
165
+ .turbo /
166
+
167
+ # generated by bob
168
+ lib /
169
+
170
+ # React Native Codegen
171
+ ios /generated
172
+ android /generated
173
+
174
+ # React Native Nitro Modules
175
+ nitrogen /
Original file line number Diff line number Diff line change
1
+ {}
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
nodeLinker : node-modules
2
+
3
+ yarnPath : .yarn/releases/yarn-4.7.0.cjs
Original file line number Diff line number Diff line change @@ -1647,7 +1647,7 @@ PODS:
1647
1647
- React-logger (= 0.76.7)
1648
1648
- React-perflogger (= 0.76.7)
1649
1649
- React-utils (= 0.76.7)
1650
- - rive-react-native (9.0 .0):
1650
+ - rive-react-native (9.1 .0):
1651
1651
- React-Core
1652
1652
- RiveRuntime (= 6.7.2)
1653
1653
- RiveRuntime (6.7.2)
@@ -2175,15 +2175,15 @@ SPEC CHECKSUMS:
2175
2175
React-utils: 9f9a6a31d703b136eb1614d914c10a3c96b1e6dd
2176
2176
ReactCodegen: 9a99ced51aab02909c7ab5056f33dff7054305bb
2177
2177
ReactCommon: 04292c6f596181ebf755e7929d96d2148542b0e8
2178
- rive-react-native: a5ff459775c3832e9f9bc7ede3f4e2be11a02900
2178
+ rive-react-native: 49de99afe87a90fb49b225d1d530ec0141bd27a1
2179
2179
RiveRuntime: 208ef4af7502e8befee41df6ec0178d9ef6a1f9f
2180
2180
RNCPicker: d23ebebb0c66864ac3edf260c20f8a4470aa2769
2181
2181
RNGestureHandler: fc5ce5bf284640d3af6431c3a5c3bc121e98d045
2182
2182
RNReanimated: 9ee6347ca0aa3cf78cae715455e781728ae142e2
2183
2183
RNScreens: d022507f2b6d76c73335e9e35aedcf7bb2f791b0
2184
2184
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
2185
- Yoga: 88e46d0f2096eb9762a82c2c45ab23b0880de97d
2185
+ Yoga: 90d80701b27946c4b23461c00a7207f300a6ff71
2186
2186
2187
2187
PODFILE CHECKSUM: 7111cb0109850378b078b31993e62f5f22d4dcde
2188
2188
2189
- COCOAPODS: 1.16 .2
2189
+ COCOAPODS: 1.15 .2
Original file line number Diff line number Diff line change 554
554
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
555
555
MTL_ENABLE_DEBUG_INFO = YES;
556
556
ONLY_ACTIVE_ARCH = YES;
557
- OTHER_LDFLAGS = "$(inherited) ";
557
+ OTHER_LDFLAGS = (
558
+ "$(inherited)",
559
+ " ",
560
+ );
558
561
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
559
562
SDKROOT = iphoneos;
560
563
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
609
612
);
610
613
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
611
614
MTL_ENABLE_DEBUG_INFO = NO;
612
- OTHER_LDFLAGS = "$(inherited) ";
615
+ OTHER_LDFLAGS = (
616
+ "$(inherited)",
617
+ " ",
618
+ );
613
619
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
614
620
SDKROOT = iphoneos;
615
621
USE_HERMES = true;
You can’t perform that action at this time.
0 commit comments