react-native-fab
Version:
A FAB button component for Android and iOS, customizable, simple and as per material design specs.
26 lines (25 loc) • 668 B
JSON
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "~36.0.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-fab": "file:../..",
"react-native-snackbar-component": "^1.1.8",
"react-native-web": "~0.11.7"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-preset-expo": "~8.0.0",
"get-dev-paths": "^0.1.1"
},
"private": true
}