react-native-template-byantunes
Version:
React Native template for a quick start by Antunes.
27 lines (25 loc) • 597 B
JSON
{
"name": "RNReanimated",
"version": "1.13.1",
"summary": "More powerful alternative to Animated library for React Native.",
"description": "RNReanimated",
"homepage": "https://github.com/software-mansion/react-native-reanimated",
"license": "MIT",
"authors": {
"author": "author@domain.cn"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/software-mansion/react-native-reanimated.git",
"tag": "1.13.1"
},
"source_files": "ios/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"React": [
]
}
}