run linter
This commit is contained in:
parent
a3c09f9f86
commit
1512b5cf68
465 changed files with 4136 additions and 3714 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import React from 'react'
|
||||
import {Text as RNText, TextStyle, TextProps as RNTextProps} from 'react-native'
|
||||
import {Text as RNText, TextProps as RNTextProps, TextStyle} from 'react-native'
|
||||
import {UITextView} from 'react-native-ui-text-view'
|
||||
|
||||
import {useTheme, atoms, web, flatten} from '#/alf'
|
||||
import {atoms, flatten, useTheme, web} from '#/alf'
|
||||
import {isIOS, isNative} from '#/platform/detection'
|
||||
|
||||
export type TextProps = RNTextProps & {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue