You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a animation library, https://github.com/sanderspies/react-animation, which has a DSL where you can call React (e.g. React.findDOMNode). If I use this library inside React Native it complains about not being able to find React.js. So obviously, in this case I don't want to use React.js but React Native instead.
Activity
amasad commentedon Feb 3, 2015
Could you elaborate a little bit on your use case?
SanderSpies commentedon Feb 3, 2015
I'm working on a animation library, https://github.com/sanderspies/react-animation, which has a DSL where you can call React (e.g.
React.findDOMNode
). If I use this library inside React Native it complains about not being able to find React.js. So obviously, in this case I don't want to use React.js but React Native instead.SanderSpies commentedon Feb 3, 2015
Solved this by not using React inside my animation library.
JSONKit usage here may cause serious crash hard to debug(I found the …
Merge pull request #35 from airbnb/revert-34-is--animated-mocks-for-t…