Added NavigationInfoBox component

Summary:
Here I added an info box to display the info of the incoming navigation events.

The component is currently missing interaction (navigating to uris and favoriting), but I will add that in my next diff.

While I was here, I modified the component file structure a tiny bit to make importing components easier.

Reviewed By: jknoxville

Differential Revision: D16357204

fbshipit-source-id: 70b137e052181559a2fda02b091a71e54cb1ade0
This commit is contained in:
Benjamin Elo
2019-07-18 08:10:41 -07:00
committed by Facebook Github Bot
parent b4585ef72c
commit df725de674
5 changed files with 108 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import {
Toolbar,
Glyph,
} from 'flipper';
import SearchBarButton from './SearchBarButton';
import {SearchBarButton} from './';
type Props = {|
onFavorite: (query: string) => void,