@@ -56,7 +56,7 @@ void AnimatedModule::updateAnimatedNodeConfig(
56
56
jsi::Runtime& rt,
57
57
Tag tag,
58
58
jsi::Object config) {
59
- // TODO: missing implementation
59
+ // TODO(T196513045) : missing implementation
60
60
}
61
61
62
62
void AnimatedModule::getValue (
@@ -124,19 +124,19 @@ void AnimatedModule::setAnimatedNodeOffset(
124
124
jsi::Runtime& /* rt*/ ,
125
125
Tag /* nodeTag*/ ,
126
126
double /* offset*/ ) {
127
- // TODO: missing implementation
127
+ // TODO(T196512946) : missing implementation
128
128
}
129
129
130
130
void AnimatedModule::flattenAnimatedNodeOffset (
131
131
jsi::Runtime& /* rt*/ ,
132
132
Tag /* nodeTag*/ ) {
133
- // TODO: missing implementation
133
+ // TODO(T196512986) : missing implementation
134
134
}
135
135
136
136
void AnimatedModule::extractAnimatedNodeOffset (
137
137
jsi::Runtime& /* rt*/ ,
138
138
Tag /* nodeTag*/ ) {
139
- // TODO: missing implementation
139
+ // TODO(T196513004) : missing implementation
140
140
}
141
141
142
142
void AnimatedModule::connectAnimatedNodeToView (
@@ -187,17 +187,17 @@ void AnimatedModule::removeAnimatedEventFromView(
187
187
void AnimatedModule::addListener (
188
188
jsi::Runtime& /* rt*/ ,
189
189
const std::string& /* eventName*/ ) {
190
- // TODO: missing implementation
190
+ // TODO(T225953415) : missing implementation
191
191
}
192
192
193
193
void AnimatedModule::removeListeners (jsi::Runtime& /* rt*/ , int /* count*/ ) {
194
- // TODO: missing implementation
194
+ // TODO(T225953457) : missing implementation
195
195
}
196
196
197
197
void AnimatedModule::queueAndExecuteBatchedOperations (
198
198
jsi::Runtime& /* rt*/ ,
199
199
jsi::Array /* operationsAndArgs*/ ) {
200
- // TODO: missing implementation
200
+ // TODO(T225953475) : missing implementation
201
201
}
202
202
203
203
void AnimatedModule::executeOperation (const Operation& operation) {
0 commit comments