Use API for eligibility check

Summary: Change flipper from using the dodgy webview check that requires auth, to using the interngraph api for eligibility checking.

Reviewed By: passy

Differential Revision: D17498724

fbshipit-source-id: b81fd8b7b0bd36a7fcf73ba05d9885b61e420c61
This commit is contained in:
John Knox
2019-09-23 06:41:57 -07:00
committed by Facebook Github Bot
parent 4e5ede6d37
commit e871822a05
2 changed files with 14 additions and 29 deletions

View File

@@ -33,6 +33,3 @@ export async function dismiss(): Promise<void> {
export async function getPrompt(): Promise<FeedbackPrompt> {
throw new Error('Method not implemented.');
}
export class StarRatingsEligibilityChecker extends Component<{
callback: (userIsEligible: boolean) => void;
}> {}