Skip to content

Commit

Permalink
Remove react-dom vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Oct 9, 2020
1 parent 25cce7e commit 2b6e3be
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 170 deletions.
2 changes: 1 addition & 1 deletion src/exports/UIManager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

import getBoundingClientRect from '../../modules/getBoundingClientRect';
import setValueForStyles from '../../vendor/react-dom/setValueForStyles';
import setValueForStyles from '../../modules/setValueForStyles';

const getRect = node => {
// Unlike the DOM's getBoundingClientRect, React Native layout measurements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @noflow
*/

import isUnitlessNumber from '../../../modules/unitlessNumbers';
import isUnitlessNumber from '../unitlessNumbers';

/**
* Convert a value into the proper css writable value. The style name `name`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @noflow
*/

import dangerousStyleValue from '../dangerousStyleValue';
import dangerousStyleValue from './dangerousStyleValue';

/**
* Sets the value for multiple styles on a node. If a value is specified as
Expand Down
167 changes: 0 additions & 167 deletions src/vendor/react-dom/warnValidStyle/index.js

This file was deleted.

0 comments on commit 2b6e3be

Please sign in to comment.