react-native-template-byantunes
Version:
React Native template for a quick start by Antunes.
25 lines (23 loc) • 592 B
JSON
{
"name": "RNGestureHandler",
"version": "1.8.0",
"summary": "Experimental implementation of a new declarative API for gesture handling in react-native",
"homepage": "https://github.com/software-mansion/react-native-gesture-handler",
"license": "MIT",
"authors": {
"Krzysztof Magiera": "krzys.magiera@gmail.com"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/software-mansion/react-native-gesture-handler",
"tag": "1.8.0"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
"React": [
]
}
}