We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf649b4 commit 5b16b39Copy full SHA for 5b16b39
packages/react-native-renderer/src/findNodeHandle.js
@@ -94,7 +94,7 @@ function findNodeHandle(componentOrHandle: any): any {
94
95
const component = componentOrHandle;
96
97
- // TODO (balpert): Wrap iOS native components in a composite wrapper, then
+ // TODO (sophiebits): Wrap iOS native components in a composite wrapper, then
98
// ReactInstanceMap.get here will always succeed for mounted components
99
const internalInstance: Fiber = ReactInstanceMap.get(component);
100
if (internalInstance) {
0 commit comments