Skip to content

Commit 24d265d

Browse files
committed
npm i udpate
1 parent e1e2cce commit 24d265d

File tree

2 files changed

+159
-1
lines changed

2 files changed

+159
-1
lines changed

package-lock.json

Lines changed: 157 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native/src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
import {
1616
InitOptions as NativeInitOptions,
1717
CrashReportingOptions as NativeCrashReportingOptions,
18+
PreviousRunInfo as PreviousRunInfoModel,
1819
SessionStrategy,
1920
} from './NativeBdReactNative';
2021
import NativeBdReactNative from './NativeBdReactNative';
@@ -233,7 +234,7 @@ export type { PreviousRunInfo } from './NativeBdReactNative';
233234
* Returns information about the previous app run, or `null` when not available.
234235
* Must be called after {@link init}.
235236
*/
236-
export function getPreviousRunInfo(): PreviousRunInfo | null {
237+
export function getPreviousRunInfo(): PreviousRunInfoModel {
237238
return NativeBdReactNative.getPreviousRunInfo();
238239
}
239240

0 commit comments

Comments
 (0)