(driver)
| 2287 | flexGrow: 1, |
| 2288 | backgroundColor: '#000000', |
| 2289 | lightsOffAnimation(driver) { |
| 2290 | return { |
| 2291 | backgroundColor: driver.interpolate({ |
| 2292 | inputRange: [0, 1], |
| 2293 | outputRange: [resolveVariable('paperColor'), '#000000'], |
| 2294 | }), |
| 2295 | }; |
| 2296 | }, |
| 2297 | }, |
| 2298 | page: { |
| 2299 | flexGrow: 1, |
nothing calls this directly
no outgoing calls
no test coverage detected