Skip to content

Commit 6400c4d

Browse files
committed
cleanup
1 parent e3ea97a commit 6400c4d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Example/testHotUpdate/src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import { Pushy, UpdateProvider, useUpdate } from 'react-native-update';
2626
import _updateConfig from '../update.json';
2727
import TestConsole from './TestConsole';
2828

29-
const { LOCAL_UPDATE_LABELS } = require('../e2e/localUpdateConfig');
3029
const nativePlatform = Platform.OS === 'ios' ? 'ios' : 'android';
3130
const { appKey } = _updateConfig[nativePlatform];
3231

@@ -78,7 +77,7 @@ function App() {
7877
const lastParsedCode = useRef('');
7978
const bundleLabel =
8079
(globalThis as unknown as Record<string, string>).__RNU_E2E_BUNDLE_LABEL ||
81-
LOCAL_UPDATE_LABELS.base;
80+
'base';
8281

8382
return (
8483
<View style={styles.container}>

0 commit comments

Comments
 (0)