Hyungu Kang | Airen

Results 16 comments of Hyungu Kang | Airen

@hanxk @fisherli if your link try to open an app that includes http or https like "https://itunes.apple.com" you need to return false I thought it is related to [universal link](https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html),...

wrapping up with specific size of container ```jsx import React from "react"; import Carousel from 're-carousel' class KwGame extends React.Component { render() { return ( Frame 1 Frame 2 Frame...

> I'm trying to upgrade to version 5.5.0. I'm getting this error in our iOS app on our login screen: > > ``` > 2019-10-11 16:48:28.117 [error][tid:com.facebook.react.AsyncLocalStorageQueue][RCTUtils.m:417] > Error: {...

> @Bang9 are you getting the same error on the actual device also? @pradeep1991singh I don't have real device that has api level 22 , so I can't test

use this GPUImageContext.sharedFramebufferCache()?.purgeAllUnassignedFramebuffers()

try like this way, but i'm not tested ``` const HEADER_HEIGHT = 300; const COLLAPSED_HEIGHT = AppStyles.tabBarHeight + AppStyles.navBarHeight; const SCROLLABLE_HEIGHT = HEADER_HEIGHT - COLLAPSED_HEIGHT; const scrollAnim = React.useRef(new Animated.Value(0)).current;...

@Simek FYI, PR(https://github.com/facebook/react-native/pull/31272) was merged!