| @@ -12,6 +12,7 @@ import { | |||||
| } from 'react-native'; | } from 'react-native'; | ||||
| //引用插件 | //引用插件 | ||||
| import Package from './package.json' | import Package from './package.json' | ||||
| import HttpUtils from './HttpUtils.js'; | import HttpUtils from './HttpUtils.js'; | ||||
| @@ -710,7 +711,7 @@ getAdView(){ | |||||
| activeSlideOffset={0} | activeSlideOffset={0} | ||||
| autoplay={true} | autoplay={true} | ||||
| loop={true} | loop={true} | ||||
| autoplayInterval={4500} | |||||
| autoplayInterval={5000} | |||||
| /> | /> | ||||
| </View> | </View> | ||||
| </View> | </View> | ||||
| @@ -0,0 +1,17 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <projectDescription> | |||||
| <name>screenAd</name> | |||||
| <comment>Project android created by Buildship.</comment> | |||||
| <projects> | |||||
| </projects> | |||||
| <buildSpec> | |||||
| <buildCommand> | |||||
| <name>org.eclipse.buildship.core.gradleprojectbuilder</name> | |||||
| <arguments> | |||||
| </arguments> | |||||
| </buildCommand> | |||||
| </buildSpec> | |||||
| <natures> | |||||
| <nature>org.eclipse.buildship.core.gradleprojectnature</nature> | |||||
| </natures> | |||||
| </projectDescription> | |||||
| @@ -0,0 +1,2 @@ | |||||
| connection.project.dir= | |||||
| eclipse.preferences.version=1 | |||||
| @@ -0,0 +1,6 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <classpath> | |||||
| <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> | |||||
| <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> | |||||
| <classpathentry kind="output" path="bin/default"/> | |||||
| </classpath> | |||||
| @@ -0,0 +1,23 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <projectDescription> | |||||
| <name>app</name> | |||||
| <comment>Project app created by Buildship.</comment> | |||||
| <projects> | |||||
| </projects> | |||||
| <buildSpec> | |||||
| <buildCommand> | |||||
| <name>org.eclipse.jdt.core.javabuilder</name> | |||||
| <arguments> | |||||
| </arguments> | |||||
| </buildCommand> | |||||
| <buildCommand> | |||||
| <name>org.eclipse.buildship.core.gradleprojectbuilder</name> | |||||
| <arguments> | |||||
| </arguments> | |||||
| </buildCommand> | |||||
| </buildSpec> | |||||
| <natures> | |||||
| <nature>org.eclipse.jdt.core.javanature</nature> | |||||
| <nature>org.eclipse.buildship.core.gradleprojectnature</nature> | |||||
| </natures> | |||||
| </projectDescription> | |||||
| @@ -0,0 +1,2 @@ | |||||
| connection.project.dir=.. | |||||
| eclipse.preferences.version=1 | |||||