Skip to content

Commit

Permalink
Update dependencies. Remove support for View.propTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Nov 30, 2017
1 parent a388be8 commit b4b1794
Show file tree
Hide file tree
Showing 6 changed files with 826 additions and 653 deletions.
8 changes: 6 additions & 2 deletions FastImage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import { Image, NativeModules, requireNativeComponent } from 'react-native'
import ViewPropTypes from './utils/ViewPropTypes'
import {
Image,
NativeModules,
requireNativeComponent,
ViewPropTypes,
} from 'react-native'

const resolveAssetSource = require('react-native/Libraries/Image/resolveAssetSource')

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ To update while developing you can re-pack and reinstall the tarball.

Hopefully [metro](https://github.com/facebook/metro) will add support for symlinks soon.

## Supported React Native Versions

This project only aims to support the latest version of React Native.

If you require new features or bug fixes for older versions you can fork this project.

## Credits

The idea for this modules came from
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-react-native": "^2.0.0",
"jest": "^20.0.4",
"babel-jest": "^21.2.0",
"babel-preset-react-native": "^4.0.0",
"jest": "^21.2.1",
"prettier": "^1.5.2",
"prettier-check": "^1.0.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.45.1",
"react-test-renderer": "16.0.0-alpha.12"
"prettier-check": "^2.0.0",
"react": "16.0.0",
"react-native": "^0.50.4",
"react-test-renderer": "16.0.0"
},
"engines": {
"node": "9.2.0",
Expand Down
3 changes: 0 additions & 3 deletions utils/ViewPropTypes.js

This file was deleted.

Loading

0 comments on commit b4b1794

Please sign in to comment.