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:
committed by
Facebook Github Bot
parent
b4585ef72c
commit
df725de674
@@ -14,7 +14,7 @@ import {
|
||||
Toolbar,
|
||||
Glyph,
|
||||
} from 'flipper';
|
||||
import SearchBarButton from './SearchBarButton';
|
||||
import {SearchBarButton} from './';
|
||||
|
||||
type Props = {|
|
||||
onFavorite: (query: string) => void,
|
||||
|
||||
Reference in New Issue
Block a user