@questlabs/react-native-sdk
Version:
Quest react native sdk
19 lines (17 loc) • 458 B
text/typescript
import { TextStyle, ViewStyle } from "react-native";
export interface Props {
questId: string;
userId: string;
token: string;
mainViewStyle?: ViewStyle;
headerText?: TextStyle;
detailText?: TextStyle;
referalHeaderText?: TextStyle;
referalViewStyle?: ViewStyle;
referalTextStyle?: TextStyle;
buttonViewStyle?: ViewStyle;
buttonTextStyle?: TextStyle;
title?: string;
description?: string;
buttonText?: string;
}