UNPKG

nativescript-keyframes

Version:

Easily use the Facebook Keyframes library in your NativeScript app.

8 lines (7 loc) 243 B
/** * iOS and Android apis should match. * It doesn't matter if you export `.ios` or `.android`, either one but only one. */ export * from './keyframes.ios'; // Export any shared classes, constants, etc. export * from './keyframes.common';