1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 10:21:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

lint error

This commit is contained in:
sunnylqm
2025-04-10 12:08:52 +08:00
parent 7d76034415
commit 628647df98

View File

@@ -316,12 +316,9 @@ export const UpdateProvider = ({
[parseTestPayload], [parseTestPayload],
); );
const restartApp = useCallback( const restartApp = useCallback(async () => {
async () => {
return client.restartApp(); return client.restartApp();
}, }, [client]);
[client],
);
useEffect(() => { useEffect(() => {
const parseLinking = (url: string | null) => { const parseLinking = (url: string | null) => {