dan 10 months ago
tip for React/RN library authors: if you’re creating a library that messes with refs or native handles, *please*, verify that it’s able to handle conditional rendering and refs changing over time! conditional rendering is a fundamental React feature. i don’t know how this wasn’t caught for years