Joel Nordström

Results 17 comments of Joel Nordström

Alright, close as wontfix then I guess? Or is it possible that this could be implemented at some point in the future? Is there an open issue that tracks this?

Could be related to the fact that when you use react-navigation, screens don't unmount when you navigate away from them, but stay mounted somehow in the background until you return...

I have a similar problem: I have this setup: ```js import React, { Component } from 'react' import { StyleSheet, Animated } from 'react-native' const styles = StyleSheet.create({ image: {...

I'm probably misunderstanding something here, but [the documentation for `Mat4::from_euler_angles`](https://docs.rs/ultraviolet/0.9.0/ultraviolet/mat/struct.Mat4.html#method.from_euler_angles) reads: > `pub fn from_euler_angles(roll: f32, pitch: f32, yaw: f32) -> Self` > Angles are applied in the order roll...

Same for me on Linux. And I had to install gnome-terminal to get it to launch at all.

This would also make it much easier to implement a library that bridges between react's suspense feature and firestore.

That seems to be the best we can do for now, but the problem is that this solution will break as soon as they add a new way in which...