Files
react-native-web/packages/website/storybook/1-components/TextInput/examples/PropOnChange.js
Nicolas Gallagher a8e5d43db5 Move 'website' to 'packages/website'
Keep all workspaces in the 'packages' directory.
2018-06-03 11:32:55 -07:00

13 lines
187 B
JavaScript

/**
* @flow
*/
/*
import React from 'react';
import { TextInput, View } from 'react-native';
const TextInputOnChangeExample = () => null;
export default TextInputOnChangeExample;
*/