Skip to content

Commit 3ccc365

Browse files
committed
export useUpdate
1 parent e150db4 commit 3ccc365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.24.0",
3+
"version": "10.24.1",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { Pushy, Cresc } from './client';
2-
export { UpdateContext, usePushy, useCresc } from './context';
2+
export { UpdateContext, usePushy, useCresc, useUpdate } from './context';
33
export { PushyProvider, UpdateProvider } from './provider';
44
export { PushyModule, UpdateModule } from './core';

0 commit comments

Comments
 (0)