mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-12 09:08:12 +08:00
12 lines
169 B
JavaScript
12 lines
169 B
JavaScript
/* @flow */
|
|
|
|
import { Component } from 'react';
|
|
|
|
export default class RippleExample extends Component {
|
|
static title = 'Ripples';
|
|
|
|
render() {
|
|
return null;
|
|
}
|
|
}
|