chenglou / react-tween-state

React animation.
Other
1.74k stars 70 forks source link

react-tween-state not work in react native? #44

Closed DexterYan closed 8 years ago

DexterYan commented 9 years ago

I am tyring to use react-tween-state in react native, but when I add var React = require('react-native'); it can't work. You can check this example https://rnplay.org/apps/4FUQ-A .The office example is not work too. Thx

chenglou commented 9 years ago

It works for me here?

austin1030 commented 9 years ago

With react-native v0.7.x it complains that react-tween-state as unknown module.

chenglou commented 9 years ago

Really? Can you provide the full error please?

chenglou commented 8 years ago

Tried on RN and it works, I'll close this unless there's a clear repro. Thanks!