Seokjun Kim
Seokjun Kim
Waiting this feature released.  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:...
@dmitrymorozoff Any updates?
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")...