Export createAnimatedComponent (#115)

This commit is contained in:
Brent Vatne
2018-10-08 00:33:00 -07:00
committed by Krzysztof Magiera
parent c931e9d2cf
commit 1d5dc36179

View File

@@ -26,6 +26,7 @@ const Animated = {
Image: createAnimatedComponent(Image),
ScrollView: createAnimatedComponent(ScrollView),
Code: AnimatedCode,
createAnimatedComponent,
// classes
Clock: AnimatedClock,