Skip to content

Instantly share code, notes, and snippets.

View yangm97's full-sized avatar
🏠
Working from home

Yan Minari yangm97

🏠
Working from home
View GitHub Profile
@yangm97
yangm97 / defaults.yml
Last active July 30, 2020 16:27
yggdrasil inside podman
---
# defaults file for yggdrasil
yggdrasil_admin_listen_address: unix:///var/run/yggdrasil.sock
yggdrasil_config_listen_address: tcp://[::]:46727
yggdrasil_sessionfirewall_on: yes
yggdrasil_node_info: {}
yggdrasil_peers:
- name: Malha São Paulo
listen_uri: tcp://45.231.133.188:58301
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiICNoMzTmuPYUOXo7qAanEuHmtc0zyC+z+a1poph/nJPk1WY4UIAPHfIdie17+x9FcATZOJQfya4z0LBwQqZh5BgjQTrINJG0kgq9NPpxeLJHoY+k0QItHvMqXnIesI6pFdpzD4mthicTNZ2ZGeyIVaCRaQe5Nu6penHZbxVhhH/6vuBwccr0me3/H1HAi530GyHqEmHLE8MJ/IvfPaNUlNn9RjDV2QcW5BSfUqPPTVOQ6qwiwQEhmQas2tcoAA4fImudhpJuxRTPvwXlcpWgIw6FHHas3gtVNr/ZdnFbOhTYuMZEJaAA2mUd/aTi6lKsOp4DgRB5j+SabmD/9p5F yangm97@gmail.com
@yangm97
yangm97 / react-navigation-header-buttons+8.0.0.patch
Created January 6, 2022 12:07
Workaround for react-navigation-header-buttons with @react-navigation/native-stack
diff --git a/node_modules/react-navigation-header-buttons/src/HeaderItems.js b/node_modules/react-navigation-header-buttons/src/HeaderItems.js
index 36ef1d4..a0be0ee 100644
--- a/node_modules/react-navigation-header-buttons/src/HeaderItems.js
+++ b/node_modules/react-navigation-header-buttons/src/HeaderItems.js
@@ -55,21 +55,25 @@ export function renderVisibleButton(visibleButtonProps: VisibleButtonProps): Rea
const styles = StyleSheet.create({
text: {
+ fontSize: 17,
+ textTransform: 'capitalize',