テストウィジェット作成
This commit is contained in:
29
app.json
29
app.json
@@ -3,9 +3,24 @@
|
||||
"name": "JR四国運行状況",
|
||||
"slug": "jrshikoku",
|
||||
"privacy": "public",
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
"platforms": ["ios", "android"],
|
||||
"plugins": [
|
||||
[
|
||||
"react-native-android-widget",
|
||||
{
|
||||
"widgets": [
|
||||
{
|
||||
"name": "JR四国運行状況",
|
||||
"label": "My Hello Widget",
|
||||
"minWidth": "320dp",
|
||||
"minHeight": "120dp",
|
||||
"description": "This is my first widget",
|
||||
"previewImage": "./assets/icon.png",
|
||||
"updatePeriodMillis": 1800000
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"version": "4.6",
|
||||
"orientation": "default",
|
||||
@@ -19,9 +34,7 @@
|
||||
"fallbackToCacheTimeout": 0,
|
||||
"url": "https://u.expo.dev/398abf60-57a7-11e9-970c-8f04356d08bf"
|
||||
},
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"ios": {
|
||||
"buildNumber": "31",
|
||||
"supportsTablet": true,
|
||||
@@ -33,9 +46,7 @@
|
||||
"android": {
|
||||
"package": "jrshikokuinfo.xprocess.hrkn",
|
||||
"versionCode": 20,
|
||||
"permissions": [
|
||||
"ACCESS_FINE_LOCATION"
|
||||
],
|
||||
"permissions": ["ACCESS_FINE_LOCATION"],
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"config": {
|
||||
"googleMaps": {
|
||||
|
Reference in New Issue
Block a user