Skip to content

Commit

Permalink
Merge pull request #30829 from software-mansion-labs/video-player
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored Feb 15, 2024
2 parents 8907eef + bb70e3f commit b5d0d69
Show file tree
Hide file tree
Showing 61 changed files with 2,012 additions and 300 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ tsconfig.tsbuildinfo
.yalc
yalc.lock

# Expo
.expo
dist/
web-build/

# Local https certificate/key
config/webpack/*.pem

Expand Down
6 changes: 6 additions & 0 deletions assets/images/fullscreen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/images/meter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/mute.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/pause.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/images/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/images/volume-high.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/volume-low.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions config/webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const includeModules = [
'react-native-google-places-autocomplete',
'react-native-qrcode-svg',
'react-native-view-shot',
'@react-native/assets',
'expo-av',
].join('|');

const envToLogoSuffixMap = {
Expand Down Expand Up @@ -241,6 +243,7 @@ const webpackConfig = ({envFile = '.env', platform = 'web'}) => ({
],
fallback: {
'process/browser': require.resolve('process/browser'),
crypto: false,
},
},

Expand Down
Loading

0 comments on commit b5d0d69

Please sign in to comment.