1. Use 1.1. in callback const handlePress = useCallback(() => { // handle press }, []) Good 👍 <Button onPress={handlePress} />