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

bump example rn 0.79.2

This commit is contained in:
sunnylqm
2025-05-29 15:01:44 +08:00
parent e5424591d1
commit 598ae1a506
9 changed files with 2111 additions and 617 deletions

View File

@@ -99,16 +99,6 @@ export const assertWeb = () => {
return true;
};
export const assertDev = (matter: string) => {
if (__DEV__) {
console.warn(
`${matter} is not supported in development environment; no action taken.`,
);
return false;
}
return true;
};
// export const isAndroid70AndBelow = () => {
// // android 7.0 and below devices do not support letsencrypt cert
// // https://letsencrypt.org/2023/07/10/cross-sign-expiration/