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