kvbalib

Results 5 comments of kvbalib

I've made a config plugin for Expo managed apps. Maybe someone will find it helpful as it took me some time to crack it, and couldn't find a solution anywhere...

@griffinbaker12 First get familiar with the [development builds](https://docs.expo.dev/develop/development-builds/introduction/), then the [config plugins](https://docs.expo.dev/config-plugins/introduction/). And then just add the path to the plugin's `index.js` in your `app.config.js/json` file's **"plugins"**.

I've made a config plugin for Expo managed apps. Maybe someone will find it helpful as it took me some time to crack it, and couldn't find a solution anywhere...

i've added a post-install script in my project to temporarily fix the warning package.json ```{ "scripts": { // ... other scripts "postinstall": "node scripts/postinstall.js" } } ``` /scripts/postinstall.js ```const fs...

@CommanderRedYT thanks not really - patch-package is an overkill for me in this case, hopefully someone will fix it soon - then it's just one line of code to delete...