We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
figure out navigation
react-unifier/src/Page.tsx
Line 13 in ab36212
import React from "react"; import {Box} from "./Box"; import {Button} from "./Button"; import {Color, UnsignedUpTo12} from "./Common"; import {ErrorBoundary} from "./ErrorBoundary"; import {Heading} from "./Heading"; import {IconButton} from "./IconButton"; // import {KeyboardAccessoryNavigation} from "react-native-keyboard-accessory"; import {Spinner} from "./Spinner"; import {Unifier} from "./Unifier"; interface PageProps { // TODO: figure out navigation navigation: any; scroll?: boolean; loading?: boolean; display?: "flex" | "none" | "block" | "inlineBlock"; title?: string; backButton?: boolean; closeButton?: boolean; direction?: "row" | "column"; padding?: UnsignedUpTo12; color?: Color; maxWidth?: number | string; keyboardOffset?: number; footer?: any; rightButton?: string; rightButtonOnClick?: () => void; } export class Page extends React.Component<PageProps, {}> { actionSheetRef: React.RefObject<any> = React.createRef();
70236dce875079f28d3bb11e2c7cb0e596a3be64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
figure out navigation
react-unifier/src/Page.tsx
Line 13 in ab36212
70236dce875079f28d3bb11e2c7cb0e596a3be64
The text was updated successfully, but these errors were encountered: