You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's too verbosey to include the start and stop method in the useICMP hook, even it's not that good in the rule of React hooks. The imperative methods have been removed. Instead, use the enabled option.
This project is linted with the eslint-plugin-react-hooks v7 to improve the React Hooks usage including improvement of the useICMP (that's why the start and the stop method has been removed in some reasons).
Trusted Publishing
This project is not using npm token anymore to publish the ping-react-native package. Instead, publish the package to the npm registry securely and directly from CI/CD workflow using OpenID Connnect (OIDC) for authentication.
Due to explanation on this PR. Fix library can't be used at all in new architecture because React Native Codegen can't find library's package.json file.