mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-18 04:25:29 +00:00
13 lines
191 B
JavaScript
13 lines
191 B
JavaScript
/**
|
|
* @flow
|
|
*/
|
|
|
|
/*
|
|
import React from 'react';
|
|
import { TextInput, View } from 'react-native';
|
|
|
|
const TextInputOnKeyPressExample = () => null;
|
|
|
|
export default TextInputOnKeyPressExample;
|
|
*/
|