如何获取数组中的url或图像索引,并在模块react-native-image-viewer中使用onSwipeDown props时显示console.log(图像的索引或url)。谢谢! https://github.com/ascoders/react-native-image-viewer
答案 0 :(得分:0)
嗨,欢迎来到Stack Overflow!看起来该库不提供上述功能的API。所以看起来你将不得不使用组件的private static final RedissonClient client;
static {
File configFile = Paths.get(Constants.ConfigDir, "cache-
config.yml").toFile();
try {
client = Redisson.create(Config.fromYAML(configFile));
} catch (IOException e) {
throw new UnableToCreateCacheClientException(e.getMessage() + e.getStackTrace(), e.getCause());
}
}
@Override
protected void finalize() throws Throwable {
super.finalize();
client.shutdown();
}
public static RedissonClient getClient() {
return client;
}
prop维护一个状态来存储当前选择的索引,并且当调用onChange
时,从中获取索引(和URL)国家。
onSwipeDown
见docs。希望这会有所帮助。