问题标签 [shoutem]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Shoutem 更改默认 fontFamily 不起作用
我是反应原生的新手!我在我的项目中使用了shoutem/ui。修改默认 fontFamily 时出现问题。这是我的代码,请检查然后帮我解决这个问题。非常感谢你们。
ios - Shoutem 将道具传递到另一个屏幕
我已经成功将道具传递到另一个屏幕,但是如何在第二个屏幕上全局使用道具?
我需要能够在所有函数中使用从屏幕 1 传递的道具render()
,因为我正在使用道具中的数据进行 fetch 调用,并使用与render()
调用相同的道具数据。
例如,我需要这样做:
显然,我没有做正确的事情,但我无法弄清楚。我究竟做错了什么?
这个问题更多地解释了我的屏幕和fetch
电话。
编辑:我根据下面的答案进行了更改并更新了我的代码。屏幕加载,然后出现此错误:
undefined 不是对象(评估 'this.state.data.progress)
对于这一行:
shoutem - 已安装扩展程序但没有任何反应
我想更改并在我的应用程序的登录屏幕中添加一些文本,所以我进入了shoutem.auth 并编辑了LoginScreen.js 文件。然后我毫无问题地推送并安装了我的扩展程序,但是当我运行我的应用程序时,没有进行任何更改。第一次弄乱反应所以不确定我是否遗漏了什么。刚刚编辑了两个占位符文本并添加了一个 Caption 标签:
react-native - 我们可以同时使用shoutem和native base而不损失性能吗
我可以使用本机基础组件和shoutem 动画吗?我有,而不会降低应用程序速度?(我不知道如何比较不同代码在本机反应中的性能,所以在这件事上的任何建议都可以帮助我很多)
shoutem - Button styling not not respecting styleName=""
I am using the latest install of ShoutemUI 0.21.3 and RN 0.42.2. All buttons just have a white background. I am not using Shoutem Themes right now. I have tried styleName="confirmation"
and still just a white button and no border. Am I missing something?
Here is the code on the left and the results on the right in the simulator.
shoutem - 向@shoutem/theme 添加新的按钮样式
我能够让@Shoutem/theme 工作。我想与其他所有按钮一起引入一种新的按钮样式。
这是我的代码。
使用此代码styleName="new-button"
是唯一可用的按钮。
我如何使它成为添加而不是替代?
shoutem - 在 s3 图像上使用来自 @shoutem/animation 的淡入动画
我正在显示来自 S3 的图像。我希望它们在加载时淡入。这似乎应该是一个简单的请求。如果可能的话,有人可以给我一些指导吗?
谢谢!