-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13,720 additions
and
20,051 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/core/src/basic/components/TouchableHighlight/types.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { | ||
TouchableHighlightProps as DefaultTouchableHighlightProps, | ||
TouchableHighlight as DefaultTouchableHighlight, | ||
View, | ||
} from 'react-native'; | ||
|
||
export type TouchableHighlightProps = DefaultTouchableHighlightProps; | ||
export type ITouchableHighlight = DefaultTouchableHighlight; | ||
export type ITouchableHighlight = View & TouchableHighlightProps; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { | ||
TouchableOpacityProps as DefaultTouchableOpacityProps, | ||
TouchableOpacity as DefaultTouchableOpacity, | ||
View, | ||
} from 'react-native'; | ||
|
||
export type ITouchableOpacityProps = DefaultTouchableOpacityProps; | ||
export type ITouchableOpacity = DefaultTouchableOpacity; | ||
export type ITouchableOpacity = View & ITouchableOpacityProps; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.