RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
571 stars 153 forks source link

Fixed _uniqueId is undefined bug #24

Closed DanielMSchmidt closed 8 years ago

DanielMSchmidt commented 8 years ago

Hi there,

First of all thanks for this great library, it really made testing RN apps a lot easier. I just found a small bug while adding tests to my library, _uniqueId was not introduced in the animated part, just fixed that.

Hope this helps, have a nice day! :+1: