Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将我的 expo 项目从 sdk 33 升级到 34 后,我收到以下消息。我不知道这个问题来自哪里。有没有人以前有这个错误。
安装 expo-constants 包更改导入到
import Constants from 'expo-constants';
您可以使用 Constants.installationId 而不是 deviceId。
我有一个如下所示的表格。
<table> <tr> <td class="selected plus"><a>+</a></td> <td><a class="minus">-</a></td> </tr> </table&g