react-native-auto-scale-text
Version:
React Native library that supports auto scale font based on container for Android and iOS
12 lines (11 loc) • 294 B
JavaScript
// /**
// * @format
// */
//
// import {AppRegistry} from 'react-native';
// import App from './App';
// import {name as appName} from './app.json';
//
// AppRegistry.registerComponent(appName, () => App);
import AutoScaleText from './components/AutoScaleText';
export default AutoScaleText;