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