Skip to content

Commit

Permalink
Merge pull request #159 from LovebugLLC/master
Browse files Browse the repository at this point in the history
Use deprecated-react-native-prop-types
  • Loading branch information
i6mi6 committed Oct 3, 2023
2 parents e68faeb + 0b4d345 commit 39c5188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"author": "Jack Hsu",
"license": "ISC",
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0",
"prop-types": "^15.6.0"
}
}
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { Component } from 'react'
import { Animated, Dimensions, View, ViewPropTypes } from 'react-native'
import { Animated, Dimensions, View } from 'react-native'
import { ViewPropTypes } from 'deprecated-react-native-prop-types'

const styles = require('./styles')

Expand Down

0 comments on commit 39c5188

Please sign in to comment.