this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tab change on press rather than pressIn (#5508)

authored by

Samuel Newman and committed by
GitHub
77c4a992 a61b75be

+1 -2
+1 -2
src/view/shell/bottom-bar/BottomBar.tsx
··· 355 355 <PressableScale 356 356 testID={testID} 357 357 style={styles.ctrl} 358 - onPress={onLongPress ? onPress : undefined} 359 - onPressIn={onLongPress ? undefined : onPress} 358 + onPress={onPress} 360 359 onLongPress={onLongPress} 361 360 accessible={accessible} 362 361 accessibilityLabel={accessibilityLabel}