Seokjun Kim

Results 5 comments of Seokjun Kim

Waiting this feature released. ![image](https://user-images.githubusercontent.com/2831540/122865027-a2685600-d360-11eb-913e-f375b280d6b4.png) Can this cat help you publish this feature?

It is actually happening since `Bullet.reset` can trigger neither `onAdd`, `onRemove` nor `onChange` event from Colyseus server. I don't know why Bullet instance has to be remain `inactive` without destroying...

I have fixed this problem by wrapping `CacheableImage` with a `View` ``` const styles = StyleSheet.create({ container: { width: thumbnailWidth, height: thumbnailWidth, borderWidth: 1, borderColor: 'black', borderRadius: 2, }, image:...

It would be fine if you set cacertfile. but you don't want to set it up sometimes. below is our setup and works well without issue. ``` database_url = System.get_env("DATABASE_URL")...