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

Update dependencies and versioning: bump react-native-update to 10.31.0-beta.3, update form-data and react-native-camera-kit versions, and enhance TypeScript types for better compatibility.

This commit is contained in:
sunnylqm
2025-09-17 11:25:51 +08:00
parent 53dfb45ca2
commit ec5b9e1938
5 changed files with 85 additions and 89 deletions

View File

@@ -10,6 +10,7 @@ export interface Spec extends TurboModule {
buildTime: string;
uuid: string;
isUsingBundleUrl: boolean;
currentVersionInfo: string;
};
setLocalHashInfo(hash: string, info: string): Promise<void>;
getLocalHashInfo(hash: string): Promise<string>;