diff --git a/App.js b/App.js index 2260fd9..5c62849 100644 --- a/App.js +++ b/App.js @@ -58,13 +58,13 @@ var animationThemes = [ } ] const shadowOpt = { - width: 700/PixelRatio.get(), + width: 703/PixelRatio.get(), height: 240/PixelRatio.get(), color:"#000", border:2, radius:3, opacity:0.5, - x:0, + x:2, y:3, style:{marginVertical:5} } @@ -656,7 +656,7 @@ getAdView(){ ); } else if (this.state.adType == 2) { - let curWidthNum = 700/(PixelRatio.get()) + let curWidthNum = 710/(PixelRatio.get()) return ( // @@ -1198,7 +1198,7 @@ MyPage = CodePush(codePushOptions)(MyPage); alignItems: 'center', position: 'absolute', left: 0, - bottom: 165/PixelRatio.get(), + bottom: 70/PixelRatio.get(), width: '100%', height: 369/PixelRatio.get(), },