react-native-multibar
Version:
MultiBar is a TabBar component with an advanced button to make extra actions.
29 lines (28 loc) • 506 B
JSON
{
"expo": {
"name": "multibar",
"slug": "multibar",
"platforms": [
"ios",
"android",
"web"
],
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
}
}
}