Exception: java.lang.RuntimeException: Expo encountered a fatal error: Error while updating property 'numberOfLines' in shadow node of type: RCTText
at host.exp.exponent.experience.BaseExperienceActivity$2.run
在此之后,我得到了一个错误:Value for fontSizecannot be cast from String to Double
我以fontSize:'20‘的形式将所有fontSize更改为fontSize:20,但错误再次显示。现在,我删除了所有文件中的fontSize属性,并且再次存在错误。/assets/fon
我在我的应用程序中使用了react-native,我发现只有在Android上和在生产环境中才会出现很高程度的崩溃。我无法重现它,从日志中看,这个问题出现在一个没有任何文本输入的屏幕上。com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:226)
at java.lang.Thread.run(Thread.java:929) 我使用的是