react-native-video/VideoResizeMode.js
Baris Sencan 3b6671c4c7 Example fix, test script, and some refactoring
- The test script just does an eslint check. (Closes #121)
- Refactored JS code to pass the check.
- Fixed VideoPlayer example. (Closes #117)
  - Updated package.json to use local react-native-video in a simple manner.
  - Added shared scheme for target.
  - Updated poject settings.
  - Now using react-native 0.18.1.
2016-01-31 20:13:48 -08:00

8 lines
116 B
JavaScript

import keyMirror from 'keymirror';
export default keyMirror({
contain: null,
cover: null,
stretch: null,
});