Skip to content

Commit

Permalink
Merge branch 'main' into cmartins-hookupMoneyRequestConfirmationList
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-lr authored Jun 7, 2023
2 parents 724055a + 9ab54c2 commit 8f8f0b2
Show file tree
Hide file tree
Showing 221 changed files with 52,719 additions and 3,386 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
Loading

0 comments on commit 8f8f0b2

Please sign in to comment.