mirror of
https://github.com/wu736139669/react-native-ASHTextView.git
synced 2026-08-05 06:24:36 +00:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
|
|
import { NativeModules } from 'react-native';
|
|
|
|
const { RNFixTextVieW } = NativeModules;
|
|
|
|
export default RNFixTextVieW;
|