Skip to content

Commit 47f960e

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
link missing methods to tasks (#51714)
Summary: changelog: [internal] add tasks to todos in code. Reviewed By: fabriziocucci Differential Revision: D75709061
1 parent c8dcf11 commit 47f960e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/react-native/ReactCxxPlatform/react/renderer/animated/AnimatedModule.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void AnimatedModule::updateAnimatedNodeConfig(
5656
jsi::Runtime& rt,
5757
Tag tag,
5858
jsi::Object config) {
59-
// TODO: missing implementation
59+
// TODO(T196513045): missing implementation
6060
}
6161

6262
void AnimatedModule::getValue(
@@ -124,19 +124,19 @@ void AnimatedModule::setAnimatedNodeOffset(
124124
jsi::Runtime& /*rt*/,
125125
Tag /*nodeTag*/,
126126
double /*offset*/) {
127-
// TODO: missing implementation
127+
// TODO(T196512946): missing implementation
128128
}
129129

130130
void AnimatedModule::flattenAnimatedNodeOffset(
131131
jsi::Runtime& /*rt*/,
132132
Tag /*nodeTag*/) {
133-
// TODO: missing implementation
133+
// TODO(T196512986): missing implementation
134134
}
135135

136136
void AnimatedModule::extractAnimatedNodeOffset(
137137
jsi::Runtime& /*rt*/,
138138
Tag /*nodeTag*/) {
139-
// TODO: missing implementation
139+
// TODO(T196513004): missing implementation
140140
}
141141

142142
void AnimatedModule::connectAnimatedNodeToView(
@@ -187,17 +187,17 @@ void AnimatedModule::removeAnimatedEventFromView(
187187
void AnimatedModule::addListener(
188188
jsi::Runtime& /*rt*/,
189189
const std::string& /*eventName*/) {
190-
// TODO: missing implementation
190+
// TODO(T225953415): missing implementation
191191
}
192192

193193
void AnimatedModule::removeListeners(jsi::Runtime& /*rt*/, int /*count*/) {
194-
// TODO: missing implementation
194+
// TODO(T225953457): missing implementation
195195
}
196196

197197
void AnimatedModule::queueAndExecuteBatchedOperations(
198198
jsi::Runtime& /*rt*/,
199199
jsi::Array /*operationsAndArgs*/) {
200-
// TODO: missing implementation
200+
// TODO(T225953475): missing implementation
201201
}
202202

203203
void AnimatedModule::executeOperation(const Operation& operation) {

0 commit comments

Comments
 (0)