(strategy: UpdateStrategyMode)
| 41 | bundleLabelGlobal.__RNU_E2E_BUNDLE_LABEL || LOCAL_UPDATE_LABELS.base; |
| 42 | |
| 43 | const applyStrategy = (strategy: UpdateStrategyMode) => { |
| 44 | client.setOptions({ updateStrategy: strategy }); |
| 45 | setSelectedStrategy(strategy); |
| 46 | }; |
| 47 | |
| 48 | useEffect(() => { |
| 49 | const listener = (type: string, data?: Record<string, unknown>) => { |