├── README.md ├── index.tsx ├── package.json ├── preview.gif ├── src ├── TouchableLift.tsx └── TouchableScale.tsx └── tsconfig.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingki/react-native-touchable-moti/HEAD/README.md -------------------------------------------------------------------------------- /index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingki/react-native-touchable-moti/HEAD/index.tsx -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingki/react-native-touchable-moti/HEAD/package.json -------------------------------------------------------------------------------- /preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingki/react-native-touchable-moti/HEAD/preview.gif -------------------------------------------------------------------------------- /src/TouchableLift.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingki/react-native-touchable-moti/HEAD/src/TouchableLift.tsx -------------------------------------------------------------------------------- /src/TouchableScale.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingki/react-native-touchable-moti/HEAD/src/TouchableScale.tsx -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingki/react-native-touchable-moti/HEAD/tsconfig.json --------------------------------------------------------------------------------