Skip to content

Commit c80e6cd

Browse files
committed
Merge branch 'main' into maxence-rracfa
2 parents f827a2b + 78aa3ba commit c80e6cd

File tree

370 files changed

+61627
-6604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+61627
-6604
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ module.exports = {
2626
importNames: ['useWindowDimensions'],
2727
message: 'Please use useWindowDimensions from src/hooks/useWindowDimensions instead',
2828
},
29+
{
30+
name: 'react-native',
31+
importNames: ['TouchableOpacity', 'TouchableWithoutFeedback', 'TouchableNativeFeedback', 'TouchableHighlight'],
32+
message: 'Please use PressableWithFeedback and/or PressableWithoutFeedback from src/components/Pressable instead',
33+
},
2934
],
3035
},
3136
],

.github/actionlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
self-hosted-runner:
33
labels:
44
- ubuntu-20.04-64core
5+
- macos-12-xl

0 commit comments

Comments
 (0)