Kwonkunkun

Results 9 comments of Kwonkunkun

same problem :'(

@YanYuanFE Hi! This problem occur only android :'( ![image](https://user-images.githubusercontent.com/59603575/147917800-df39357c-7108-4088-8b30-05ea3768be96.png) In my opinion webView don't reload properly, when props changed. so, I added code in bottom and it is solved path:...

**"sometime show proper screen but not work" image** **"white screen" image**

> Until it's solved in the library, you can avoid the issue by wrapping the brush in another chart and setting the same syncId to it. > > BTW, [this...

좋은글 감사합니다!!

> > get the same error when using expo-router with react-native-paper. Here is the example: > > ```tsx > > import { Link } from 'expo-router'; > > import {...

@rakeshpetit You use custom component without React.forwardRef in first example. (functional component must wrap React.forwardref, if you want pass ref.) and Text component maybe built in Class component or use...