Check Flipper version when handling deeplinks
Summary: Check if Flipper is up to date before handling deeplink. Reviewed By: nikoant Differential Revision: D29846236 fbshipit-source-id: 011d05958346c3d18c76cf0ae63c3cb087f5933c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b757bff9f6
commit
4b892e7373
@@ -92,7 +92,10 @@ test('Triggering a deeplink will work', async () => {
|
||||
jest.runAllTimers();
|
||||
expect(linksSeen).toEqual(['universe']);
|
||||
expect(renderer.baseElement).toMatchInlineSnapshot(`
|
||||
<body>
|
||||
<body
|
||||
class=""
|
||||
style=""
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
class="css-1x2cmzz-SandySplitContainer e1hsqii10"
|
||||
|
||||
Reference in New Issue
Block a user