@plusscommunities/pluss-core-app 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-core-app",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Core extension package for Pluss Communities platform",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -36,6 +36,7 @@
36
36
  "react-native-image-zoom-viewer": "^3.0.1",
37
37
  "react-native-iphone-x-helper": "^1.3.1",
38
38
  "react-native-webview": "11.2.3",
39
+ "react-native-youtube-iframe": "^2.2.1",
39
40
  "react-redux": "^5.0.5"
40
41
  },
41
42
  "peerDependencies": {
@@ -4,7 +4,7 @@ import YoutubePlayer, { getYoutubeMeta } from 'react-native-youtube-iframe';
4
4
  // import { Vimeo } from 'react-native-vimeo-iframe';
5
5
  import WebView from 'react-native-webview';
6
6
  import { Video } from 'expo-av';
7
- import { Spinner } from '../../../../src/components/common';
7
+ import { Spinner } from './Spinner';
8
8
 
9
9
  const SCREEN_HEIGHT = Dimensions.get('window').height;
10
10
  const SCREEN_WIDTH = Dimensions.get('window').width;