RickoNoNo3

Results 14 issues of RickoNoNo3

# RCTKeyForInstance 报错 这是作者自己定义的一个小方法, 我猜作者本来想通过这个来减轻一下内存冗余和不同次原生调用之间的冲突, 结果没想到其实有的情况下这个Instance的地址自己会变掉, 导致获取到的key不对, 进而导致在map里找不到对应元素. 解决方法: 把这个方法删掉, 所有调用的地方直接拿出其参数, 放在原位. 相当于在map里直接存取字符串. 有些地方参数不是字符串的用一些别的方法转成字符串(如hash) # downloadable 问题 报错位置的 `downloadable` 改成 `isDownloadable` # removePurchase时报`was mutated while being enumerated`错误. 检查发现是代码里的语法错误. 进行如下修改后问题解决: ```objective-c...

所以这个怎么用 ViewPaged里面再套一层ScrollView? 那这里面的每个ScrollView代表什么, 就是代表一页吗? 应该怎么布局?

Hello everyone, I have read through the code of this repo and can confirm with certainty that this repo does not contain any code related to unlearning, such as the...

- keys (get all of keys in a group object) - keysAndValues (get all of keys and values in a group object) - bind (reflect object to struct) - decompose...

enhancement