facebook / react

The library for web and native user interfaces.

Home Page:https://react.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevTools: Test named hooks behavior with React Native

bvaughn opened this issue · comments

Follow up to #22320

Seems like we tested standalone named hooks support for Safari but not React Native. We should confirm this works in RN as well. (We should probably also update the DevTools backend in RN.)

a bit off topic @bvaughn can you help me on a issue , what the best way to keep in sync with the main react repo , i follow the upstream method and it works fine , all tests etc run fine in local machine and PR also gets pushed easily but circle ci build always fails sometime its linc or sandbox anything you want to suggest

commented

verified that hook names works against RN after the changes in #22320

image