Skip to content

Commit

Permalink
refactor: rename Touchables.android to Touchables, to allow web usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Aug 15, 2021
1 parent b728d1c commit a95e34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/components/touchables/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import {
} from './Touchables';

export default {
TouchableOpacity: TouchableOpacity as typeof RNTouchableOpacity,
TouchableHighlight: TouchableHighlight as typeof RNTouchableHighlight,
TouchableOpacity: TouchableOpacity as any as typeof RNTouchableOpacity,
TouchableHighlight: TouchableHighlight as any as typeof RNTouchableHighlight,
TouchableWithoutFeedback:
TouchableWithoutFeedback as typeof RNTouchableWithoutFeedback,
TouchableWithoutFeedback as any as typeof RNTouchableWithoutFeedback,
};

0 comments on commit a95e34f

Please sign in to comment.