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
Just an README.md update for the ping-react-native library due to example app directory has moved.
Internal:
This repo has multiple example apps now, but it's just a platform separation. It's too difficult to make macOS (and even Windows later) in a single React Native / Expo project directory.
This release includes all the source code of the library to registry. It might useful in the future if you want to patch this library with patch-package and use the original source code (you also need to patch the package.json file to link to the source code correctly)
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.