Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HTMLStyles.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { StyleSheet } from 'react-native'
import React from 'react'
import ReactPropTypeLocations from 'react/lib/ReactPropTypeLocations'
import ReactPropTypeLocations from 'react-dom/lib/ReactPropTypeLocations'

// We have to do some munging here as the objects are wrapped
import _RNTextStylePropTypes from 'react-native/Libraries/Text/TextStylePropTypes'
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,19 @@
"events": "^1.1.0",
"html-entities": "^1.2.0",
"htmlparser2": "^3.9.0",
"stream": "0.0.2"
"stream": "0.0.2",
"react-addons-shallow-compare": "15.6.2"
},
"peerDependencies": {
"react": ">=0.14.8",
"react-native": ">=0.24.0",
"react-addons-shallow-compare": ">=0.14.8"
"react-native": ">=0.24.0"
},
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"standard": "^6.0.8"
"standard": "^6.0.8",
"react-dom": "~15.4.1"
}
}