Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in Latest Code From React Native #64

Closed
wants to merge 7 commits into from
Closed
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build:interactive-docs": "browserify -e examples/interactive-docs/example.js -o examples/interactive-docs/example.bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browser": "lib/targets/react-dom.js",
"repository": {
"type": "git",
"url": "git+https://github.com/animatedjs/animated.git"
Expand All @@ -28,8 +29,7 @@
},
"homepage": "https://github.com/animatedjs/animated#readme",
"dependencies": {
"invariant": "^2.2.0",
"normalize-css-color": "^1.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like we could continue relying on this instead of copying over the implementation

"invariant": "^2.2.0"
},
"peerDependencies": {
"react": "*",
Expand All @@ -45,7 +45,7 @@
"babel-preset-react": "^6.5.0",
"babel-preset-react-native": "^1.4.0",
"browserify": "^13.0.0",
"react": "^15.4.0",
"react-dom": "^15.4.0"
"react": "^15.5.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did something change that made this library incompatible with react 15.4?

"react-dom": "^15.5.3"
}
}
25 changes: 0 additions & 25 deletions src/Animated.js

This file was deleted.

78 changes: 0 additions & 78 deletions src/AnimatedAddition.js

This file was deleted.

Loading