Files
react-native-paper/docs/pages/5.showcase.js
2019-02-19 23:08:47 +01:00

17 lines
321 B
JavaScript

/* @flow */
import * as React from 'react';
import Showcase from './src/Showcase';
export default class ShowcasePage extends React.Component<{}> {
render() {
return <Showcase />;
}
}
export const meta = {
title: 'Showcase',
description: 'Showcase for applications build with Paper',
link: 'showcase',
};