This website requires JavaScript.
Explore
Help
Register
Sign In
railbird
/
react-native-video
Watch
9
Star
0
Fork
0
You've already forked react-native-video
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f4acaccd80
react-native-video
/
.eslintrc
3 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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:35:18 -07:00
{
Bump javascript dependencies (#1914) Also update linting rules to match other community repositories.
2020-02-22 11:56:31 -07:00
"extends": "@react-native-community",
fix: remove runtime warning by replacing `UIManager.RCTVideo` with `UIManager.getViewManagerConfig('RCTVideo')` (and ensuring backwards compat) (#1487) * replaced UIManager.RCTVideo > UIManager.getViewManagerConfig('RCTVideo') * added requested changes * updated changelog.md * docs: adjust wording
2019-02-18 04:17:20 -07:00
}
Reference in New Issue
Copy Permalink