@dev-event/react-native-accordion
Version:
A performant interactive collapsed view with fully configurable options
42 lines (41 loc) • 1.24 kB
JSON
{
"name": "react-native-accordion-example",
"description": "Example app for react-native-accordion",
"version": "0.0.1",
"private": true,
"main": "index",
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios -c",
"web": "expo start --web",
"start": "expo start -c",
"test": "jest"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "5.11.11",
"@react-navigation/native": "5.9.4",
"@react-navigation/stack": "5.14.5",
"expo": "40.0.0",
"expo-splash-screen": "~0.8.1",
"expo-status-bar": "~1.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.4",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "2.1.0",
"react-native-redash": "16.0.11",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-svg": "12.1.1",
"react-native-unimodules": "~0.12.0",
"react-native-web": "~0.14.9"
},
"devDependencies": {
"@babel/core": "~7.12.10",
"@babel/runtime": "^7.9.6",
"babel-plugin-module-resolver": "4.0.0",
"babel-preset-expo": "8.3.0",
"expo-cli": "4.0.13"
}
}