如何向下滑动图像并在数组中显示图像的网址? (反应本地图像查看器)

时间:2018-04-27 04:18:26

标签: reactjs react-native

如何获取数组中的url或图像索引,并在模块react-native-image-viewer中使用onSwipeDown props时显示console.log(图像的索引或url)。谢谢! https://github.com/ascoders/react-native-image-viewer

1 个答案:

答案 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。希望这会有所帮助。