Skip to content

Commit

Permalink
Merge pull request #1807 from flexn-io/fix/react_player_plugin
Browse files Browse the repository at this point in the history
Add plugin to template
  • Loading branch information
pauliusguzas authored Nov 28, 2024
2 parents f525ae9 + 5e378df commit 5ab9c14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app-harness/renative.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@
"tvos": {
"disabled": true
}
}
},
"react-player": "source:rnv"
},
"permissions": {
"ios": {
Expand Down
7 changes: 7 additions & 0 deletions packages/config-templates/renative.templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@
"modulePaths": true
}
},
"react-player": {
"version": "2.16.0",
"webpackConfig": {
"moduleAliases": true,
"modulePaths": true
}
},
"@monterosa/react-native-parallax-scroll": {
"version": "1.8.0",
"webpackConfig": {
Expand Down

0 comments on commit 5ab9c14

Please sign in to comment.