Files
react-navigation/packages/material-bottom-tabs/example/app.json
satyajit.happy edc6865df0 refactor: upgrade
BREAKING CHANGE: change activeTintColor -> activeColor
2019-09-10 12:26:16 +02:00

17 lines
420 B
JSON

{
"expo": {
"name": "React Navigation Material Bottom Tabs Example",
"description": "Demonstrates the various capabilities of react-navigation-material-bottom-tabs",
"slug": "react-navigation-material-bottom-tabs-demo",
"sdkVersion": "34.0.0",
"version": "1.0.0",
"primaryColor": "#2196f3",
"packagerOpts": {
"assetExts": [
"ttf"
],
"projectRoots": ""
}
}
}