Rasul Kakushev

Results 13 comments of Rasul Kakushev

Да, обертка помогла. Поместил java класс в пакет crutches)))

> @Raserad There is a defaultGroupRotate option. > > set `defaultGroupRotate={40}` Yes i know. I asked about how to render such rectangle by pure js? How to find coordinates such...

Hi everyone. The next code: ``` const [isVisible, setIsVisible] = useState(isIos); useEffect(() => { if (Platform.OS === 'ios') { return undefined; } const interaction = InteractionManager.runAfterInteractions(() => { setIsVisible(true); });...