mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 12:11:39 +08:00
export useUpdate
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-update",
|
"name": "react-native-update",
|
||||||
"version": "10.24.0",
|
"version": "10.24.1",
|
||||||
"description": "react-native hot update",
|
"description": "react-native hot update",
|
||||||
"main": "src/index",
|
"main": "src/index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
export { Pushy, Cresc } from './client';
|
export { Pushy, Cresc } from './client';
|
||||||
export { UpdateContext, usePushy, useCresc } from './context';
|
export { UpdateContext, usePushy, useCresc, useUpdate } from './context';
|
||||||
export { PushyProvider, UpdateProvider } from './provider';
|
export { PushyProvider, UpdateProvider } from './provider';
|
||||||
export { PushyModule, UpdateModule } from './core';
|
export { PushyModule, UpdateModule } from './core';
|
||||||
|
Reference in New Issue
Block a user