Skip to content

Commit

Permalink
Merge branch 'main' into 17019-migrate-ReportActionCompose
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik authored Jun 6, 2023
2 parents 2222337 + 936a3a7 commit 2a5e2d3
Show file tree
Hide file tree
Showing 263 changed files with 56,739 additions and 4,066 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ module.exports = {
importNames: ['useWindowDimensions'],
message: 'Please use useWindowDimensions from src/hooks/useWindowDimensions instead',
},
{
name: 'react-native',
importNames: ['TouchableOpacity', 'TouchableWithoutFeedback', 'TouchableNativeFeedback', 'TouchableHighlight'],
message: 'Please use PressableWithFeedback and/or PressableWithoutFeedback from src/components/Pressable instead',
},
],
},
],
Expand Down
1 change: 1 addition & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
self-hosted-runner:
labels:
- ubuntu-20.04-64core
- macos-12-xl
Loading

0 comments on commit 2a5e2d3

Please sign in to comment.