Skip to content

Instantly share code, notes, and snippets.

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

Jan Hrdý hrdyjan1

🏠
Working from home
View GitHub Profile
@djaffer
djaffer / modifyAndroidManifestAttributes.js
Last active December 2, 2025 13:05
Modifying Android Manifest Attributes for Expo
const { withAndroidManifest } = require('@expo/config-plugins');
/**
Usage:
1. Create a dir named plugins at root of project where app.json is located
1. Add this file to your project (eg: ./plugins/modifyAndroidManifestAttributes.js)
2. In app.json use add this under expo attribute:
"expo"{
...,