Skip to content

Commit

Permalink
add react_player plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius456 committed Nov 27, 2024
1 parent 08f5df0 commit 5e378df
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 5e378df

Please sign in to comment.