lt-app
lt-app copied to clipboard
Add a TouchableNativeFeedback shim
iOS doesn't support TouchableNativeFeedback. If we're going to build this thing on iOS, we'll want to build a component that uses TouchableNativeFeedback on Android and TouchableOpacity (or something) on iOS.