UNPKG

react-native-fab

Version:

A FAB button component for Android and iOS, customizable, simple and as per material design specs.

34 lines (33 loc) 635 B
{ "expo": { "name": "FAB demo", "slug": "react-native-fab-demo", "privacy": "public", "sdkVersion": "36.0.0", "packagerOpts": { "config": "metro.config.js" }, "platforms": [ "ios", "android", "web" ], "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true } } }