1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 07:01:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2025-04-13 14:31:00 +08:00
parent a6802bdd44
commit 5b46071834
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "10.28.2",
"version": "10.28.3",
"description": "react-native hot update",
"main": "src/index",
"scripts": {
@@ -74,5 +74,6 @@
"react-native": "0.73",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
}
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}

View File

@@ -97,7 +97,6 @@ Pod::Spec.new do |s|
if supports_bundle_url_final
ss.pod_target_xcconfig = { 'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => 'EXPO_SUPPORTS_BUNDLEURL' }
end
ss.dependency 'ExpoModulesCore'
end
end

View File

@@ -380,4 +380,4 @@ export const UpdateProvider = ({
};
/** @deprecated Please use `UpdateProvider` instead */
export const PushyProvider = UpdateProvider;
export const PushyProvider = UpdateProvider;

View File

@@ -98,4 +98,4 @@ export interface ClientOptions {
export interface UpdateTestPayload {
type: '__rnPushyVersionHash' | string | null;
data: any;
}
}