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
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
import {FlipperPlugin, FlexColumn} from 'flipper';
|
||||
import SearchBar from './components/SearchBar';
|
||||
import {SearchBar} from './components';
|
||||
|
||||
type State = {||};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user