This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Easing } from 'react-native' | |
| /* | |
| * Function that animates a value from 0 - 1 | |
| * Uses React Native’s Easing functions | |
| * Returns an object that has a stop() function | |
| */ | |
| interface Args { | |
| duration: number, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fisk(); | |
| throw new Error('fisk'); |
OlderNewer