feat: add expo plugins (#3933)

* feat: add expo plugins

* add export

* fix import

* fix bugs

* build `lib` to `CommonJS`

* restore `build.gradle`

* remove plugin tmp

* add expo plugin for ios caching

* add docs for expo plugin

* fix expo plugin export

* fix docs
This commit is contained in:
Krzysztof Moch
2024-07-10 11:49:13 +02:00
committed by GitHub
parent 25c74e0534
commit 08f6caa645
15 changed files with 378 additions and 3 deletions

1
app.plugin.js Normal file
View File

@@ -0,0 +1 @@
module.exports = require('./lib/expo-plugins/withRNVideo');