Setup of the bug creation screen
Summary: This diff sets up the create form for the new support request project. The current screen is very basic. I will be iterating through it in the upcoming diffs. Reviewed By: passy Differential Revision: D18327464 fbshipit-source-id: af01fc10f68a135f32f0ae98551986852019e8aa
This commit is contained in:
committed by
Facebook Github Bot
parent
2ae2352972
commit
994546b24a
@@ -20,11 +20,13 @@ const WelcomeScreen = isHeadless()
|
||||
? require('../chrome/WelcomeScreenHeadless').default
|
||||
: require('../chrome/WelcomeScreen').default;
|
||||
import SupportRequestForm from '../fb-stubs/SupportRequestFormManager';
|
||||
import SupportRequestFormV2 from '../fb-stubs/SupportRequestFormV2';
|
||||
|
||||
export type StaticView =
|
||||
| null
|
||||
| typeof WelcomeScreen
|
||||
| typeof SupportRequestForm;
|
||||
| typeof SupportRequestForm
|
||||
| typeof SupportRequestFormV2;
|
||||
|
||||
export type FlipperError = {
|
||||
occurrences?: number;
|
||||
|
||||
Reference in New Issue
Block a user