bs-react-native-paper
Version:
React Native Paper bindings for ReasonML
32 lines (31 loc) • 857 B
JSON
{
"expo": {
"name": "bs-react-native-paper-example",
"description":
"Example app for Bs React Native Paper: https://github.com/callstackincubator/bs-react-native-paper",
"slug": "bs-react-native-paper-example",
"privacy": "public",
"sdkVersion": "30.0.0",
"platforms": ["ios", "android"],
"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
},
"packagerOpts": {
"config": "./rn-cli.config.js",
"projectRoots": ""
},
"githubUrl": "https://github.com/callstackincubator/bs-react-native-paper"
}
}