ソースを参照

Merge commit 'refs/tags/jenkins-front-end-screenad-128-v84^{}' into release

tags/jenkins-front-end-screenad-129-v11^0
hupeng 6年前
コミット
f7cde8a8db
2個のファイルの変更3行の追加3行の削除
  1. +1
    -1
      App.js
  2. +2
    -2
      package.json

+ 1
- 1
App.js ファイルの表示

@@ -374,7 +374,7 @@ getContentViewItem(contentItem, annomation) {
merchantName = this.getContentViewItemMerchantName(contentItem);
// console.warn(annomation)
return (
<Animatable.View animation={annomation} delay={500} style={styles.contentItem}>
<Animatable.View animation={annomation} style={styles.contentItem}>

<ImageBackground source={require('./image/item-background.png')} resizeMode='center' style={styles.contentItemDownLayer} >
{/* 列表 */}


+ 2
- 2
package.json ファイルの表示

@@ -7,8 +7,8 @@
"test": "jest"
},
"dependencies": {
"react": "16.6.3",
"react-native": "0.58.4",
"react": "16.8.6",
"react-native": "0.59.8",
"react-native-animatable": "^1.3.1",
"react-native-camera": "^1.12.0",
"react-native-code-push": "^5.5.2",


読み込み中…
キャンセル
保存