hiroshi okamura
Results
1
comments of
hiroshi okamura
It works fine. key is the key to refreshing. ``` const GradientElement = () => { const [key, setKey] = useState(0) useEffect(() => { if (Platform.OS === 'android') { setTimeout(()...