UNPKG

@questlabs/react-native-sdk

Version:
19 lines (17 loc) 458 B
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; }